--- In [email protected], "Sheri" <sheri...@...> wrote: > > Hi Brother Gabriel-Marie, > > The command line processed for your mailto is probably too long after > conversion if there is much body text on the clipboard. Also, you should fix > the conversion -- a carriage return (\r) is 0D in hex and a line feed, (\n) > is 0A. > > Another way to do the specific characters: > > string = replacechars(string,"\r","%"++case("tonumx","\r")) > or > string .= replacechars("\r","%"++case("tonumx","\r")) > etc.
In fact, you can even use "\r".tonumx instead of the case stuff.
