|
-
February 28th, 2000, 03:44 PM
#1
Hold value in memory
How can I hold a value in memory after I have exited a subprocedure?
-
February 28th, 2000, 03:47 PM
#2
Re: Hold value in memory
make a module, declare a variable (ex: public Blah as string), then just assign a value and call on it later (ex: Blah = "Another Blah". Label1.caption = Blah)
Note: Never put "" around a variable.
Hope this is what you were looking for.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|