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

23 lines
469 B
Plaintext
Raw Normal View History

{{DISPLAYTITLE:_TITLE$}}
2021-04-25 22:40:25 +00:00
The [[_TITLE$]] function returns the program window's title-bar text as last set by the [[_TITLE]] statement.
{{PageSyntax}}
: {{Parameter|currentTitle$}} = [[_TITLE$]]
{{PageDescription}}
2021-04-25 22:40:25 +00:00
* The title bar will display "Untitled" if no title has been set and this function will return an empty [[STRING|string]] ("").
2021-04-25 22:40:25 +00:00
{{PageAvailability}}
* Build 20170924/68 and up.
{{PageSeeAlso}}
* [[_TITLE]]
* [[_CONSOLETITLE]]
{{PageNavigation}}