Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Define a property as an array
Message
 
À
10/05/2001 09:26:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00505724
Message ID:
00505730
Vues:
22
Like:

with thisform
.addproperty('alist[5]',"")

.alist[1]="Hello"
.alist[2]="Hello3"
.alist[3]="Hello4"

.text1.Value=this.alist[2]
endwith
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform