Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Initializing an array
Message
 
 
To
27/07/2014 13:12:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01604783
Message ID:
01604784
Views:
68
>Hi All:
>
>What is the syntax for initializing an array without having to do a loop. Say I want to initialize an array with letters of the alphabet.
>
>Something like:
>
>
>myArray = ('A', 'B', 'C'....)
>
>
>Thanks,
>
>Yossi
lcString = 'A,B,C,D'

ALINES(@laArray, lcString, ',')
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform