TITLE$: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
No edit summary |
m (Removed protection from "TITLE$") |
(No difference)
|
Revision as of 21:32, 1 June 2022
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 1.2 and up (QB64 Team)
- QBPE 0.5 and up (QB64 Phoenix Edition)
See also