On Thursday, July 24, 2003, at 04:02 PM, Ben Johansen wrote:
Well, I has seen issues where a space was encoded as a hard-space (255) and not (32).
So you looke at it in debug and you are scratching your head.
“Hi There” doesn’t match “Hi There”
It kind depends on what wrote the file in the first place
Like coping and pasting from a webpage can have some unexpected pitfalls
there's something like that. Problem is that witango is the source of everything, but when it grabs a string for a variable, it may or may not keep it the same. I grab a large piece and get a smaller piece with @substring. I turn it into a variable. later on, I want the larger piece without the substring, so I try to replace it with nothing. At that point, the substring that I variablized is not a match for anything in the larger string that it came from. Go figure.
