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.
Message Function
 Macro Example                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Message («message»)
          Clears the status bar.
 
     Arg Message («Arg» «Message»)
          Displays the text from the cursor to the end of the line on
          the status bar.
 
     Arg <textarg> Message («arg» <textarg> «message»)
          Displays <textarg> on the status bar.
 
     Meta ... Message («meta» ... «message»)
          As above and also repaints the screen.
 
     Returns
 
     Message always returns true.
 
     See
 
     Prompt
     Status Bar
     Color:message
                                    -♦-