_TITLE$ - mkilgore/QB64pe GitHub Wiki
The _TITLE$ function returns the program title last set by the _TITLE statement.
- currentTitle$ = _TITLE$
- If no title has been set, the title bar will say "Untitled" and this function will return an empty string ("").
- QB64 1.2 and up (QB64 Team)
- QBPE 0.5 and up (QB64 Phoenix Edition)
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page