Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I clear an array?
Message
De
01/12/2005 10:11:05
 
 
À
01/12/2005 10:05:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
01073679
Message ID:
01073709
Vues:
17
>Thanks for the quick reply. How can I redimension an array that's set up as a property on my form?
>
>myform.array[1,2]

same way as usual array. dimension thisform.array(1)
if you want to just clear the array elements then just issue thisform.array=[] or .null. or whatever default value for array is.
* Human is a question asked by birth and answered by death. Machine is another kind of question with another kind of answer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform