_TITLE$ - QB64Official/qb64 GitHub Wiki

The _TITLE$ function returns the program window's title-bar text as last set by the _TITLE statement.

Syntax

currentTitle$ = _TITLE$

Description

  • The title bar will display "Untitled" if no title has been set and this function will return an empty STRING ("").

Availability

  • Build 20170924/68 and up.

See Also