Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing array
Message
 
To
10/04/1999 21:47:45
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00207215
Message ID:
00207234
Views:
14
>Hi,
> How could I acess to every items of myarray without need of looping for accessing?
>
>
>
>Thank you

John,

If you trying to asign a value to all elements of an array you simply do it this way;

DIMENSION MyArray(10,25)
MyArray = "Test" && assigns the string Test to all elements of the array.
Previous
Reply
Map
View

Click here to load this message in the networking platform