|
GetScreenTitle$ | ||
ScreenTitle$ = GetScreenTitle$() | ||
Parameters: NONE | ||
Returns: ScreenTitle$ = The Title String from the window |
||
GetScreenTitle$() reads the title bar string from the PlayBASIC screen. FACTS: * Only works in windowed mode. Mini Tutorial: Create a windowed screen, title it "JimBob is the best" and then read/display this information back to the user.
This example will display.
|
Related Info: | CloseScreen | OpenScreen | TitleScreen : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |