Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays & Loading from a table
Message
 
 
To
24/02/2003 17:19:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00757277
Message ID:
00757293
Views:
12
You can use SELECT-SQL. It will redimention array to the number of records selected. The array wouldn't change if select returns 0 records. SELECT * ;
FROM mytable ;
INTO ARRAY laMyarray


>Is there an easy way to laod a 2 dimensional array from an existing
>table?
>
>Will the array expand automaticly if the rows exceed the orignal
>declaration?
>
>Thanks
>Andy
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform