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.
Down Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Down («down»)
          Moves the cursor down one line. If a selection has been
          started, it is extended by one line. If this movement results
          in the cursor moving out of the window, the window is adjusted
          downward as specified by the Vscroll switch.
 
     Meta Down («meta» «down»)
          Moves the cursor to the bottom of the window without changing
          the column position.
 
     Returns
 
     True:  Cursor moved.
     False: Cursor did not move; the cursor is at the destination.
 
     See
 
     Cursor Movement Commands
                                    -♦-