Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define array property?
Message
From
13/03/2002 22:43:56
 
 
To
13/03/2002 22:27:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00632556
Message ID:
00632562
Views:
9
DEFINE CLASS myClass as CUSTOM
	DIMENSION myArray[3,2]
	myArray = ''
ENDDEFINE
BOb

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform