quote:
Originally posted by CookieRevised
That method you used, roflmao456, is not a proper way to do it. In fact, it will render messages wrong.
You first replace a letter 'A' with a letter 'B' and then in the next iteration you search for 'B' to change it to 'C'. Of course, in the end, 'A' will be replaced by 'C' and not by 'B'...
Never use many replace statements after each other for things like this!
check again? it only replaces 'a' with 4 and 'b' with itself and 'c' with (.. etc.
i dont see how it will replace 'a' with a 'b'