Navigation: thinBasic Modules > Console > Console_SetTitle |
|
Description
Sets the title bar string for the current console window.
Syntax
Console_SetTitle(sTitle)
Returns
Return a string
The return value is the title.
Parameters
Name |
Type |
Optional |
Meaning |
sTitle |
String |
No |
The title to set |
Remarks
The total size must be less than 2Kb.
Restrictions
See also
Console Module, Console_GetTitle
Examples
Console_SetTitle("Console Example")
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |