Function WordToChar() Foundation

Replaces words (2 byte sequence) with characters (1 byte)

Syntax
WordToChar( <cWordList>     , ;
            <cString>       , ;
            <cCharacterList>  ;
          ) --> cResultString
Return

Returns a string where all words (2 byte sequence) defined with <cWordList> are replaced with the corresponding character specified with <cCharacterList>.

Feedback

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.