Library /sys$common/syshlp/tpuhelp.hlb
SPLIT_LINE

 *Conan The Librarian (sorry for the slow response - running on an old VAX)

  SPLIT_LINE

     Breaks the current line at the active editing point, creating two
     lines.

  Example

     The following procedure inserts two lines of text and a blank line:

     PROCEDURE user_memo_heading
        COPY_TEXT ("Interoffice Memo");   ! line 1
        SPLIT_LINE;
        COPY_TEXT ("Date: ");             ! line 2
        SPLIT_LINE;
        SPLIT_LINE;                       ! blank line after heading
     ENDPROCEDURE;

  Related topics

     COPY_TEXT   CURRENT_CHARACTER   CURRENT_LINE
  Close     HLB-list     TLB-list     Help  

[legal] [privacy] [GNU] [policy] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.