Function WordToChar() Foundation
Replaces words (2 byte sequence) with characters (1 byte)
WordToChar( <cWordList> , ;
<cString> , ;
<cCharacterList> ;
) --> cResultString
Returns a string where all words (2 byte sequence) defined with <cWordList> are replaced with the corresponding character specified with <cCharacterList>.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.