1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/_TITLE$.txt
2021-04-25 19:40:25 -03:00

23 lines
469 B
Plaintext

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