_TITLE$

From QB64 Phoenix Edition Wiki
Revision as of 22:19, 29 April 2022 by RhoSigma (talk | contribs)
Jump to navigation Jump to search

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 (Galleon (SDL versions))
    • functionality broken during transition from SDL to OpenGL
  • QB64 1.2 and up (QB64 Team (fixed & working again))
  • QBPE 0.5 and up (QB64 Phoenix Edition)


See also



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