1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 21:25:14 +00:00
qb64/internal/help/_TITLE$.md

429 B

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