Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gather memvar bug?
Message
From
01/04/2004 12:26:54
 
 
To
01/04/2004 12:13:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00891508
Message ID:
00891511
Views:
12
This message has been marked as the solution to the initial question of the thread.
never bug here, VFP not support string list for fields
create cursor test1 (fld1 i, fld2 i)
insert into test1 values (1,1)
scatter memvar
create cursor test2 (fld1 i, fld2 i)
append blank
gather memvar fields except 'fld2'
browse
replace fld1 with 0
gather memvar fields except 'fld1','fld2' && 'fld1,fld2' this is not allowed
browse
Previous
Reply
Map
View

Click here to load this message in the networking platform