| |
nstraub
Posts: 7
Score: 0
Joined: 12/15/2004
From:
Status: offline
|
Hi all. I'm trying to check if an element exists in an xml table using dom. according to the msdn library if I use selectsinglenode the object will return a "null value", but I haven't found a way to see this "null value" it talks about (i've tried using IsNull(), getting False; IsObject(), getting True; IsEmpty(), False; and finally using 'MyObject.Value', where I get an error telling me that MyObject is missing or isn't an object) Plz help me, i don't know what else to do! Thnx
|
|