Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass and return a value in a modal form?
Message
From
15/09/2000 23:07:20
Marlou Gargantos
Independent Consultant
Manila, Philippines
 
 
To
15/09/2000 22:39:35
Marlou Gargantos
Independent Consultant
Manila, Philippines
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00416948
Message ID:
00417250
Views:
21
BTW, in VFP we can release the variable whenever and wherever we want to without waiting for the release of the form.
Public nVariable
nVariable = 0
some code...
some code...
some code...

Release nVariable
This way, we'll be able avoid a module suffocated with so much dead and unused variables.

Would it be possible in VB?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform