Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays
Message
 
To
05/05/2000 16:44:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Arrays
Miscellaneous
Thread ID:
00366789
Message ID:
00366793
Views:
18
besides this?:

DIMENSION laArray[3]
laArray[1] = "SDE"
laArray[2] = "MJS"
laArray[3] = "JSE"

Especially if you have more elements, this can be handy:

=alines(laArray, chrtran("SDE,MJS,JSE", ",", chr(13)))




>What is the most effective way to make this an array? SDE,MJS,JSE
Peter Franz
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform