mkjoe
11-18-2002, 02:04 AM
Hi all,
I have a variable with user-defined type.
dim temp as myUDT
After several functions, I would like to reset this variable by using:
temp = null
or
temp = empty
However, they all don't work. So, what can I do? Much thx.
I have a variable with user-defined type.
dim temp as myUDT
After several functions, I would like to reset this variable by using:
temp = null
or
temp = empty
However, they all don't work. So, what can I do? Much thx.