Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class Designer-how to add an array?
Message
From
05/03/1998 22:56:57
Roberto Cota Rivas
Quid Estrategia Esencial de México
Monterrey, Mexico
 
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00082723
Message ID:
00082887
Views:
28
>>Hello:
>>
>> This is probably a newbie question but, using the class designer, how can I add an array as a property of a class? I do add a property, but then I try to dimension it as an array using
>>
>>dimension this.prop[2]
>>
>>in the class's Init method
>>
>>But I get the message: "prop is not an array" or something like that. Is there any way to declare a property as an array using the class designer?
>>
>>Thank you,
>>Roberto
>
>Roberto,
>
>You need to add a property to your class as
>arrayname[ 1]
>
>Then you can redimension it in code
>
>Ian

Thank you very much Ian and Edward... ;)

Gracias,
Roberto
Previous
Reply
Map
View

Click here to load this message in the networking platform