Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to array and error message #43
Message
From
24/01/2001 19:22:35
 
 
To
24/01/2001 16:07:42
Rasheed Al Rasheed
Riyadh Armed Forces Hospital
Riyadh, Saudi Arabia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00467530
Message ID:
00468283
Views:
16
Rasheed,

>Hi Ed
>The code is like this.
>Select ATR 'This file is > 6000 records'
>copy to array aATR while order_no = lcOrder_no for !empty(order_no)
>
>In this case not more than 50 records will be copied so 500 elements maximum.
>So why would I get the error message of not enough memory with 500 elements only.
>Thanks

Well if lcOrderNo is a null string then ALL records would qualify. To check this simple possibility you could change your statement to
...order_no == lcOrder_no...
and see if the situation changes.

good luck,

JimN
Previous
Reply
Map
View

Click here to load this message in the networking platform