Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array property in PRG based class
Message
 
 
À
15/09/2009 18:50:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01424651
Message ID:
01424652
Vues:
106
This message has been marked as the solution to the initial question of the thread.
>How do I create an array property in a PRG based class? I'd like to create an array named aList ....
>Define Class Something as Something
>           cName = ''
>           aList = ????
>Yeah, I should know this.
>
>TIA

Jim,

Try
     Define Class Something as Something
           cName = ''
           dimension aList[1]
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform