Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a variable value?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00303675
Message ID:
00303677
Views:
19
>How do I address a variable within a method?
>
>Something like:
>
>THISFORM.cmdOK.click(the variable name) ??
>
>The variable is defined as a local variable within the click() method.
>
>I want to be able to "get at" this variable from another method.

Make the variable a property of the form or of another control if you want methods to be able to access the value.

thisform.cDeveloperName = "Larry Keyes"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform