Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
_pwbstreammode Definition
 Summary                                   Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     _pwbstreammode := :>more selmode ->more
 
     :>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 selection mode).
 
     See
 
     Enterselmode, Selmode
     Edit menu, Stream Mode
     Macro Conditionals
     Selection Modes (Defined)
     Selection Modes (Setting)
                                    -♦-