CAPTION captiontext
The CAPTION statement defines the title for the dialog box. The title appears in the box's caption bar (if it has one).
The default caption is empty.
captiontext
Specifies an ASCII character string enclosed in double quotation marks.
The following example demonstrates the usage of the CAPTION statement:
CAPTION "Error!"