I don't think i have my brain in today 
how do you check if a node in an xml is null?
says object is required
thanks
how do you check if a node in an xml is null?
Code:
set completed_code = objXML.SelectSingleNode("//completed_code")
if completed_code.firstChild.nodeValue <> "" then
completed_code = completed_code.firstChild.nodeValue
end if
says object is required
thanks