Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define array property?
Message
 
 
To
13/03/2002 22:27:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00632556
Message ID:
00632558
Views:
11
DEFINE CLASS myClass as CUSTOM
     DIMENSION myArray[3,2] 
ENDDEFINE
>Hi,
>How could I define array property in class using .PRG?
>I used to try
>
>DEFINE CLASS myClass as CUSTOM
>     myArray[3,2] = ""
>ENDDEFINE
>
>
>
>but it doesn't work! It return myarray is not an array when I use ACOPY().
>
>Any advise?
>
>Thank you
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform