Liberty BASIC Help Online

Titlebar
 
Description: 
This command changes the titlebar of the main window.  It doesn't change the title of any other window.
 
Here's a real small clock program!
 
    'ittyclok
 
[loop]
    if time$ <> time$() then
        time$ = time$()
        titlebar time$
    end if
    scan
    goto [loop]
 
 


Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/