Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Sinsert Function
 Macro Example                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Sinsert («sinsert»)
          Inserts a space at the cursor.
 
     Arg Sinsert («arg» «sinsert»)
          Inserts a line break at the cursor, splitting the line.
 
     Arg <streamarg> │ <linearg> │ <boxarg> Sinsert
     («arg» <streamarg> │ <linearg> │ <boxarg> «sinsert»)
          Inserts a stream of blanks between the starting point of the
          selection and the cursor. The insertion is always a stream,
          regardless of the current selection mode.
 
     Returns
 
     True:  Spaces or line break inserted.
     False: Insertion would make a line too long.
 
     See
 
     Insert, Linsert
     Selection Modes (Defined)
                                    -♦-