Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays
Message
From
05/05/2000 17:07:56
 
 
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:
00366806
Views:
17
>What is the most effective way to make this an array? SDE,MJS,JSE
The other suggestions work. I like:

CREATE CURSOR whatever (charfield c(3))
INSERT INTO whatever values ('SDE')
INSERT INTO whatever values ('MJS')
INSERT INTO whatever values ('JSE')
*** or append from a file if that's where the data is ***
COPY TO ARRAY somearray
Previous
Reply
Map
View

Click here to load this message in the networking platform