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

What result do your want?

What do you mean access all at once?

If oyu want to string the results of an array together, you can use something like:

lcVar = ""
FOR i = 1 TO lnArrayCount
lcVar= lcVar + MyArray[i]
ENDFOR
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform