Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

js translation 1

Status
Not open for further replies.

TheConeHead

Programmer
Aug 14, 2002
2,106
US
What would the equivalent JavaScript code would be for the following:

set rs = nothing

Would it be:

rs = "";

or:

rs = null;


 
this should do it:

rs = null; =========================================================
if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top