Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting an Array
Message
 
À
18/10/2007 17:01:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01261965
Message ID:
01261989
Vues:
16
>Thank you Borislav for your reply.
>
>I should however been more specific.
>I am trying to output the values of properties (as revealed by AMEMBERS) of an object that has been passed in as a parameter. I need to process array properties differently.
>
>Any Ideas?

Again in VFP8:
lctest = CREATEOBJECT([Line])  && Some object
ADDPROPERTY(lctest,"aaa[1,1]") && add an array property
ADDPROPERTY(lctest,"bbb")      && add an other (non property)
? TYPE("lctest.aaa[1]") && L   && as it should be
? TYPE("lctest.bbb[1]") && U   
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform