|
-
Jan 30th, 2000, 12:19 PM
#1
Thread Starter
New Member
Is there a way where I can make a variable visible to some procedures while making it invisible to some ?
e.g. three procedures
proc 1
proc2
proc3
and variable x
proc1 and proc2 can 'see' (i.e. modify the contents, read it etc) it but not proc3
Thanks.
-
Jan 30th, 2000, 12:56 PM
#2
Define x as Private in a form and place proc1 and proc2 in the same form. Put proc3 in a diferent form or module.
------------------
Marty
COGITO EGGO SUM
I think; therefore I am a waffle.
[This message has been edited by MartinLiss (edited 01-30-2000).]
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
|