Link Search Menu Expand Document

TextFrame.AppendCR Method

Explanation Format the line feed code and unify it to CR + LF.
Call format var s = TextFrame1.AppendCR( )
Return value Character string with formatted line feed code
Arguments None
Exception None
Example of use
    TextFrame1.Value = data;
    TextFrame1.AppendCR(); 
    
Related item