Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What property is an array ?
Message
De
22/06/2001 17:59:26
 
 
À
22/06/2001 16:08:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00522620
Message ID:
00522682
Vues:
8
try this one:

release aTest
? type('ALEN(aTest,1)')
dimension aTest(1,2)
? type('ALEN(aTest,1)')


>Hi,
>how to decide if an object's property is an Array?
>The way for an variable (TYPE('lvVar(1)')<>'U' did'nt work.
>
>I try to use an error event to trap with ALEN(lvVar) but this fails since I need to test within errorhandler.
>
>Thanks for help
>Lutz
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform