Does anyone know how I can reset an integer variable (or any numeric variable come to that) to it's initial state i.e. the state it was at run time? I don't want to set it to "0".

A string can be cleared by: string = "", but this can't be used for an integer, neither can the "Null" command.

Thanks