Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AddProp in VFP5.0
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
AddProp in VFP5.0
Divers
Thread ID:
00565691
Message ID:
00565691
Vues:
48
I am using Addprop5.fll for Visual FoxPro 5.0 and trying to use this function to create a property that is an array but I am not having any luck.

I have tried the following:
dimension m.atstArray[10,1]

=AddProp(THIS,"UDStyle[10,1]","")
=AddProp(THIS,"UDStyle[10,1]",m.atstArray)
=AddProp(THIS,"UDStyle2[10,1]",ACOPY(m.atstArray, THIS.UDStyle2[10,1]))
=AddProp(THIS,"UDStyle2",ACOPY(m.atstArray, This.UDStyle2))

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform