|
MemoTran() |
|
|
Purpose To replace carriage return and linefeed characters with a character that can be displayed Syntax MemoTran( <cString> , <cHardCR>, <cSoftCR> ) cText Arguments <cString> is the string that contains the carriage return and linefeed characters <cHardCR> is the character to replace hard carriage returns with <cSoftCR> is the character to replace soft carriage returns with Returns MemoTran() returns a string with the carriage returns and linefeeds replaced
|