Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
| Mnemonic: | (Set Window Caption=caption$,flag) |
| Discussion: |
This mnemonic sets the window caption.
The flag parameter may contain the following values:
0 = Show specified caption as is (Main view or selected window) |
| History: | This mnemonic was added in REL Version 02.04. |
| Example: |
Print (Set Window Caption = "This is the caption",0) |