G
Guest
If I call a function, how do I get the values gathered before making a call
to the function if I call the function in the middle of script? I have run
into this several times, as I don't want to have to keep asking for the same
values that may be used inside the function. Exp:
dim x
x = 25
call some function
y = x ' x should be 25
Thanks.
Kou
to the function if I call the function in the middle of script? I have run
into this several times, as I don't want to have to keep asking for the same
values that may be used inside the function. Exp:
dim x
x = 25
call some function
y = x ' x should be 25
Thanks.
Kou