|
-
Oct 26th, 2006, 02:26 PM
#1
Thread Starter
Member
General Question
Is there a way to set multiple variables to nothing on one line?
eg. Set dbase, recset, tbldef = nothing
?
-
Oct 26th, 2006, 02:27 PM
#2
Re: General Question
Nope... One at the time.
-
Oct 26th, 2006, 02:29 PM
#3
Hyperactive Member
Re: General Question
if they're all the same object type, then yes, using the "For Every [object] in Me proceedure. However, that will set EVERY object of that type to nothing. But unless you have dozens and dozens of objects to set as nothing, it's probably easier to just set them one by one ;D
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
|