Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View Array from a class
Message
 
To
27/11/2003 11:37:56
Eric Gauthier
Transcontinental Interweb (Montreal)
Boucherville, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00854029
Message ID:
00854054
Views:
21
>OK I understand
>but how I declare this Array in the Class??
loform = CREATEOBJECT("ArrForm")
? loForm.aForm(5)
DEFINE CLASS ArrForm as Form
	DIMENSION aForm(5)
	
	PROCEDURE init
		This.aForm(5) = "Hi"
	ENDPROC
ENDDEFINE
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform