Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anywhere but there...
Message
From
17/03/2008 09:42:21
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01297718
Message ID:
01302622
Views:
19
Thanks for your ideas but I've decided to go with the scatter/gather memvar approach. It seems to work OK, but is there a quick way to empty out an array element without having to do the following:

store iif(vartype(laline[i])="C","",iif(vartype(laline[i])="N",0,iif(vartype(laline[i])="D",{},.f.))) to laline[i]

keeping in mind that I don't want the structure of the array changed in any way.

Thanks.

Luke
Previous
Reply
Map
View

Click here to load this message in the networking platform