Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameters to Forms
Message
From
14/11/2000 07:54:34
 
 
To
14/11/2000 07:48:28
Peter Walburn
Omega Data Services Ltd
Aberdeen, United Kingdom
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00441495
Message ID:
00441508
Views:
15
The difficult way is not to bad, if you want local variables you can generate the code below with "add procedure" from the tools menu

Private sData As String
Public Property Get SomeThing() As String
SomeThing = sData
End Property
Public Property Let SomeThing(ByVal vNewValue As String)
sData = vNewValue
End Property
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Previous
Reply
Map
View

Click here to load this message in the networking platform