TITLE$: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
m (Protected "TITLE$" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:


{{PageAvailability}}
{{PageAvailability}}
* '''QB64 0.84 to 0.954''' (ancient SDL versions)
* '''QB64 v1.2 and up'''
* '''QB64 1.2 and up''' (fixed & working again after transition to OpenGL)
* '''QB64-PE all versions'''
* '''QBPE 0.5 and up''' (QBPE = QB64 Phoenix Edition)





Latest revision as of 00:12, 11 January 2023

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 v1.2 and up
  • QB64-PE all versions


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link