Command EN Version 1.90

DISPLAY TITLE

Syntax

DISPLAY TITLE;

Description

DISPLAY TITLE returns the current database title on the server console and in the API log document.

Example:

DATABASE:Test.nsf;
DISPLAY TITLE;
END;

Test.nsf is returned as the title of the database.