Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array property in PRG based class
Message
 
 
To
15/09/2009 18:50:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01424651
Message ID:
01424652
Views:
105
This message has been marked as the solution to the initial question of the thread.
>How do I create an array property in a PRG based class? I'd like to create an array named aList ....
>Define Class Something as Something
>           cName = ''
>           aList = ????
>Yeah, I should know this.
>
>TIA

Jim,

Try
     Define Class Something as Something
           cName = ''
           dimension aList[1]
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform