Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting an Array
Message
 
To
18/10/2007 17:01:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01261965
Message ID:
01261989
Views:
14
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform