Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Repeat Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Repeat («repeat»)
          Repeats the last editing action relative to the current cursor
          position. The Repeat function considers the following types of
          operations to be editing actions:
 
            ■  Typing a contiguous stream of characters without entering
               a command or moving the cursor
 
            ■  Deleting text
 
            ■  Pasting from the clipboard
 
          Repeat does not repeat macros or cursor movements.
 
     Arg number Repeat («arg» number «repeat»)
          Performs the last action the number of times specified by
          <number>.
 
     Returns
 
     True:  Action repeated and returned true.
     False: Action repeated and returned false, or no action to repeat.
                                    -♦-