Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
And again: Collection - FYI
Message
 
To
23/01/2004 04:21:57
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00869788
Message ID:
00870137
Views:
16
Hello Agnes,


I just can't reproduce your problem with this code,
local locolT
_VFP.SETVAR('locolT',CREATEOBJECT("COLLECTION"))

locolT.ADD("",[DEFAULT])

locolT.REMOVE([DEFAULT])
lcx = "Test"
locolT.ADD(lcx,[DEFAULT]) 

lcx = "Test"
locolT.REMOVE([DEFAULT])
locolT.ADD(lcx,[DEFAULT]) 
What did you think I need to add to reproduce it ?

Marcel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform