Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View Array from a class
Message
From
27/11/2003 10:44:10
Eric Gauthier
Transcontinental Interweb (Montreal)
Boucherville, Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
View Array from a class
Miscellaneous
Thread ID:
00854029
Message ID:
00854029
Views:
49
Hi,
I have a class named Class1 with a sql command inside who take some information from table1.dbf into an array. Here the SQL :

Select info1,info2,info3 from table1 into array A1.

It's possible to view the information of the Array out of the class????.
If yes How can i do it??.

obj = createobject("Class1")
...
*!* Display the array inside Class1

if empty(array)
*!* Do something
else
*!* Do something
endif


I dont want to use into table table1.dbf or cursor, it's very important to use Array.
Next
Reply
Map
View

Click here to load this message in the networking platform