Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sporadic lost data from array elements
Message
De
02/07/2006 18:24:45
 
 
À
02/07/2006 11:17:40
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01130365
Message ID:
01133341
Vues:
25
Mike,
>
>select * from table into array m.latest && error select statement is invalid
>

this is a VFP bug.

>select * from table into array latest && works
>
>An array is not a memvar. By the way, others documented that SELECT into array produced an error as far back as FPW.

An array is a memvar, of course, and it consume a MVCOUNT element.

Another example; you can transform a scalar memvar into a array memvar:
CLEAR
local memvar
memvar="local"
LIST MEMORY LIKE "m*"
DIMENSION m.memvar[1]
LIST MEMORY LIKE "m*"
RELEASE memvar
>
>http://fox.wikis.com/wc.dll?Wiki~EssentialMDot
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform