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.
Pword Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Pword («pword»)
          Moves the cursor to the beginning of the next word. A word is
          defined by the Word switch.
          See: Word
 
     Meta Pword («meta» «pword»)
          Moves the cursor to the immediate right of the current word,
          or if the cursor is not in a word, moves it to the right of
          the next word.
 
     Returns
 
     True:  Cursor moved.
     False: Cursor not moved; there are no more words in the file.
 
     See
 
     Mword
     Cursor Movement Commands
                                    -♦-