Clearing multiple variables
- From: "Gary" <private@xxxxxxxxxxx>
- Date: Sat, 10 Jan 2009 21:32:24 -0500
I have a lot of variables in the begining of a function call that I need to
clear before doing the operations that follow. Here is an example of how I
have been clearing them
Data1 = 0
Data2 = 0
Data3 = 0
Data4 = 0
Data5 = 0
Data6 = 0
Data7 = 0
Data8 = 0
Data9 = 0
Data10 = 0
Data11 = 0
Data12 = 0
"
"
This list goes on till "Data47=0". I would like to be able to do a loop to
clear these variables, Data1 through Data47, without doing it in a long list
like this. Can anyone help? Thanks much in advance.
.
- Follow-Ups:
- Re: Clearing multiple variables
- From: expvb
- Re: Clearing multiple variables
- From: Rick Rothstein
- Re: Clearing multiple variables
- Prev by Date: Re: Using Interop Toolkit outside VB6, origonally posted in interop
- Next by Date: Re: Clearing multiple variables
- Previous by thread: Using Interop Toolkit outside VB6, origonally posted in interop
- Next by thread: Re: Clearing multiple variables
- Index(es):
Relevant Pages
|