_TITLE$

From QB64 Phoenix Edition Wiki
Revision as of 20:45, 19 April 2022 by SMcNeill (talk | contribs) (Created page with "{{DISPLAYTITLE:_TITLE$}} The _TITLE$ function returns the program title last set by the _TITLE statement. {{PageSyntax}} : {{Parameter|currentTitle$}} = _TITLE$ {{PageDescription}} * If no title has been set, the title bar will say "Untitled" and this function will return an empty string (""). ==Availability== * '''Build 20170924/68.''' {{PageSeeAlso}} * _TITLE * _CONSOLETITLE {{PageNavigation}}")
(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:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link