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

23 lines
440 B
Plaintext

{{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|string]] ("").
==Availability==
* '''Build 20170924/68.'''
{{PageSeeAlso}}
* [[_TITLE]]
* [[_CONSOLETITLE]]
{{PageNavigation}}