07-21-2009 01:17 PM
I have a string as:
"
Error
"
And I don´t get to compare with string "Error".
How to delete these empty lines?
Thanks!
Solved! Go to Solution.
07-21-2009 01:23 PM
There is a function called Trim whitespaces Programming>>String>>Trim Whitespaces.
Check if it is working for you.