on replaceChar str, oldChar, newChar
-- replaces all occurences of oldChar in str with newChar
-- ok for use in small input, it would be slow for large text
repeat while str contains oldChar
put newChar into char (offset (oldChar, str)) of str
end repeat
return str
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA