SetTitle

Syntax

Screen:SetTitle(title)

Description

Replaces the caption of the Screen dialog box where.

Note

Be sure to use Screen:Render() after using this function.

Example

function main() {
  Screen:Show()
 
  Screen:SetTitle("ka-lupet!")
 
  Konsol:Delay(1000) //added a delay to see the Screen dialog box
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net