TITLE$: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(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}}") |
No edit summary |
||
Line 11: | Line 11: | ||
{{PageAvailability}} | |||
* ''' | * '''QB64 0.84 to 0.954''' (ancient SDL versions) | ||
* '''QB64 1.2 and up''' (fixed & working again after transition to OpenGL) | |||
* '''QBPE 0.5 and up''' (QBPE = QB64 Phoenix Edition) | |||
Revision as of 22:02, 29 April 2022
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
- QB64 0.84 to 0.954 (ancient SDL versions)
- QB64 1.2 and up (fixed & working again after transition to OpenGL)
- QBPE 0.5 and up (QBPE = QB64 Phoenix Edition)
See also