From: Stephen Quinn Barncard <[EMAIL PROTECTED]>

I can make this work in TexEdit - it can replace the offending character with spaces like I need. But not the Replace command in Rev.

here's my usage:

put Replace("ñ"," ",theBlock) into theBlock

this doesn't work either...
put Replace(numToChar(230)," ",theBlock) into theBlock


Try this: put numToChar(230) into strangeText replace strangeText with " " in theBlock

The "replace" command in MC is verrry fast.

Ray

Ray G. Miller
__________________
Turtlelips Productions
4009 Everett Ave.
Oakland, CA 94602
MailTo:[EMAIL PROTECTED]
(V) 510.530.1971
(F) 510.482.3491

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to