Link to home
Start Free TrialLog in
Avatar of garypyne
garypyne

asked on

Writing from Text box array to a global array

Hi

i have an array of text boxes (txtplayer(0) to txtplayer(36)), i want to create a global array and then copy the text from the textboxes into the global array, so that i can use it in another form. Not sure how to do this.

Any help would be appreciate

thanks

Gary
ASKER CERTIFIED SOLUTION
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of garypyne
garypyne

ASKER

Great, thanks for your help