I have this situation where I have an email address put into a variable and I used the trim(mystring) function but my string still looks like this:
"email@address.com "
but if I mouse over on the variable name in break mode I have
"email@address.com"
This is a huge problem as it's not recognized as being equal.
Any ideas?
"email@address.com "
but if I mouse over on the variable name in break mode I have
"email@address.com"
This is a huge problem as it's not recognized as being equal.
Any ideas?