CAPTION statement

Defines the title for a dialog box. The title appears in the box's caption bar (if it has one).

The default caption is empty.

CAPTION "captiontext"

captiontext

A character string enclosed in double quotation marks (").

Examples

The following example demonstrates the use of the CAPTION statement:

CAPTION "Error!"