Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UNBELIEVEABLE BUG in VFP 5.0!!!
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
UNBELIEVEABLE BUG in VFP 5.0!!!
Divers
Thread ID:
00009466
Message ID:
00009466
Vues:
97
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform