_TITLE$

From QB64 Wiki
Revision as of 11:42, 24 September 2017 by imported>SMcNeill (-)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _TITLE$ function returns the program title last set by the _TITLE statement.


Syntax

currentTitle$ = _TITLE$


Description

  • If no title has been set, the title bar will say "Untitled" and this function will return an empty string ("").


Availability

  • Build 20170924/68.


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page