Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What property is an array ?
Message
From
22/06/2001 17:59:26
 
 
To
22/06/2001 16:08:46
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00522620
Message ID:
00522682
Views:
7
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
Previous
Reply
Map
View

Click here to load this message in the networking platform