Quote Originally Posted by Arjay View Post
I don't code in this language either, but it's probably something like:
Code:
isSuccess = objDoc.getElementsByTagName("Status")
...
If isSuccess = Null AND isSuccess.item(0).text = "Success" Then
Not sure the syntax of how to check for null and do an AND statement, but that is the gist of it.
The change you're recommending is on line 68, but the code stops at line 66.