Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UNBELIEVEABLE BUG in VFP 5.0!!!
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
UNBELIEVEABLE BUG in VFP 5.0!!!
Miscellaneous
Thread ID:
00009466
Message ID:
00009466
Views:
98
Unless there is a spell on my computer, VFP has a bug in the COPY TO ARRAY command that unbelievably got past the beta.

On an indexed file (approximately 70K records) with a simple, 10 character field serving as the index:

SEEK SearchVal
IF !Found()
Return
Endif
COPY TO ARRAY MyArray WHILE KevVal=SearchVal

This *always* gives an "insufficient memory" error, even when the number of records that match are very meager (only 2 or 3). And yes, this worked fine in VFP 3.0, 2.6, 2.5, 2.0, ....

Can somebody confirm this for me? BTW, the array is not instantiated before the COPY TO command.

Thanks very much.
Next
Reply
Map
View

Click here to load this message in the networking platform