in reply to finding odd characters in a string that I am creating in the script
Really? You have Illegal characters , and error messages gives you a list
Origin: This is a human error. Solution: A human must remove the illegal characters from this string.\ (backslash) / (forward slash) : (colon) | (pipe) * (asterisk) ? (question mark) " (double quote) < (less than) > (greater than) \t (tab) \ck (vertical tabulator) \r (newline CR) \n (newline LF)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: finding odd characters in a string that I am creating in the script
by donkeykong (Novice) on Jul 28, 2009 at 04:11 UTC |