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.
_pwbboxmode Definition
 Summary                                   Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     _pwbboxmode := :>more selmode ->more selmode
 
     :>more      Defines the label 'more'.
 
     Selmode     Advances to the next selection mode.
 
     ->more      Branches to the label 'more' if Selmode returns false.
 
     The Selmode function advances the selection mode from box,
     to stream, to line. Selmode returns true when the mode is stream
     mode. The macro executes Selmode until it returns true (sets
     stream mode), then advances the selection mode once to set box
     selection mode.
 
     See
 
     Enterselmode, Selmode
     Edit menu, Box Mode
     Macro Conditionals
     Selection Modes (Defined)
     Selection Modes (Setting)
                                    -♦-