HP 3000 Manuals

$TITLE Command (Page Title in Standard Listing) [ SPL to HP C/XL Migration Guide ] MPE/iX 5.0 Documentation


SPL to HP C/XL Migration Guide

$TITLE Command (Page Title in Standard Listing) 

          Table 10-5.  $TITLE Command 

---------------------------------------------------------------------------------------------
|                                             |                                             |
|                     SPL                     |             HP C/XL Equivalent              |
|                                             |                                             |
---------------------------------------------------------------------------------------------
|                                             |                                             |
| title-command:                              | title-pragma:                               |
|                                             |                                             |
|      $TITLE ["title-string" [,...]]         |      #pragma TITLE "title-string"           |
|                                             |                                             |
---------------------------------------------------------------------------------------------
|                                             |                                             |
| The combined strings become the title on    | The string becomes the title on subsequent  |
| subsequent listing pages.  $TITLE with no   | listing pages.  To turn off the title, use  |
| strings turns off the title.                | an empty string.                            |
|                                             |                                             |
---------------------------------------------------------------------------------------------



MPE/iX 5.0 Documentation