The issue here is that you must always TRIM any values that you perfrom logic on, else you will obviously get an error
e.g you XML might be
<text>
Default
<text>
And when you run your code you find out that
If text = "Default" Then
doesn't work.
Its becuase the value of text might actually be "Default " (see the space)


Reply With Quote
. Remains very consistent then.
Bookmarks