Clearing multiple variables

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.


.



Relevant Pages

  • Clearing multiple variables
    ... I have a lot of variables in the begging of a function call that I need to clear before doing the operations that follow. ... 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. ...
    (microsoft.public.vb.com)
  • Re: restar program
    ... Carramba wrote: ... > if I have for exemple program ... > entered so program starts from begining? ... Probably a while loop or a do loop, ...
    (alt.comp.lang.learn.c-cpp)
  • How to make loop month by month ?
    ... i'm begining with Visual Basic Express Edition and i try ... to make a loop month by month between two dates. ... Estelle (from Paris) ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Looking similar command in Access
    ... S> FoxPro support EXIT and LOOP command, EXIT kick you out from the entire ... S> loop and LOOP take you back at begining of the loop and ignores command ... S> in the loop after the LOOP command. ...
    (microsoft.public.fox.helpwanted)