newbie question here:
I need to create a function that will take in a string and replace any
ASCII characters greater than ASCII code 127 with their HTML equivalent.
E.g. something like: Replace(sInput, Chr(233), "é")
but to account for every other character than might get in there.
Would it be more cost-effective (processing-time wise) to just write
lots of replace functions one after the other, or should I loop through
the string and replace and characters as I encounter them.
How would I do this?
Thanks!
--
"I hear ma train a comin'
... hear freedom comin"