Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Right Function
 Macro Example                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Right («right»)
          Moves the cursor one character to the right. If this action
          causes the cursor to move out of the window, PWB adjusts the
          window to the right according to the Hscroll switch.
          See: Hscroll
 
     Meta Right («meta» «right»)
          Moves the cursor to the rightmost position in the window.
 
     Returns
 
     True:  Cursor on text in the line.
     False: Cursor past text on the line.
 
     See
 
     Cursor Movement Commands
     Macro Control Flow
     Writing PWB Macros
                                    -♦-