Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sporadic lost data from array elements
Message
From
02/07/2006 18:24:45
 
 
To
02/07/2006 11:17:40
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01130365
Message ID:
01133341
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform