Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Do I Return a Value From An Object
Message
From
17/06/2003 16:16:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
How Do I Return a Value From An Object
Miscellaneous
Thread ID:
00800953
Message ID:
00800953
Views:
53
Hello

Is there a way to return a value from a class object other than
to create a public var that gets reassigned INSIDE the object?

Public myVar
myVar = ""
oMyObj=createobject('myObj')
oMyObj.Show()
**_ change the var via some action in the object
?myVar

Thank you
Next
Reply
Map
View

Click here to load this message in the networking platform