Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Too many variable
Message
From
13/10/2000 12:06:21
 
 
To
13/10/2000 12:01:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00428969
Message ID:
00429147
Views:
21
>Hi,
> Thank you for reply. It work fine if I store them in cursor, but will cause error if stored in array. why?
>
>thank you

Because every element of the array is adding to you total variable count and that has a finite limit.

A cursor will be just as fast anyway as it is all in memory (unles it gets so big that VFP pushes it to disk). cursors are very fast.
Ken B. Matson
GCom2 Solutions
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform