booboo0912
Programmer
Hello...can anyone tell me what the equivalent JavaScript code would be for the following:
set rs = nothing
Would it be:
rs = "";
or:
rs = null;
Is there a difference in using "" and null?
Thanks!
set rs = nothing
Would it be:
rs = "";
or:
rs = null;
Is there a difference in using "" and null?
Thanks!