AppTitle string  

Definition:

Sets the title bar of the program.

Parameter Description:


string = any legal string variable

Command Description:

Allows you to set the text of the program's Title Bar.

Example:

; Set the title bar

AppTitle "Super Invaders V1.0"

Index