Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Infodialog Switch
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Infodialog (numeric)
 
     The Infodialog switch determines which Information dialog boxes
     are displayed.
 
     Syntax
 
     Infodialog:<hh>
 
     <hh>    Two hexadecimal digits specifying a set of flags to
             indicate which information dialog boxes should be
             displayed. When a bit is on (1), the corresponding dialog
             box is displayed. When a bit is off (0), the corresponding
             dialog box is not displayed.
 
     To set the value of Infodialog, add up the hexadecimal numbers
     listed in the table below for the dialog boxes you want to
     display.
 
     Value     Information Dialog
 
     01        <n> occurrences found
               <n> occurrences replaced
 
     02        End of Build Results
               End of Search Results
 
     04        '<pattern>' not found
 
     08        No unbalanced characters found
 
     10        Changed directory to <directory>
               Changed drive to <drive>
 
     Default
 
     Infodialog:0F
 
     The default value of Infodialog tells PWB to display all
     information dialog boxes except for the 'Changed...' dialog box.
                                    -♦-