Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anywhere but there...
Message
De
17/03/2008 09:42:21
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01297718
Message ID:
01302622
Vues:
20
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform