Navigation: thinBasic Modules > Console > Console_GetTitle |
|
Description
Retrieves the title bar string for the current console window.
Syntax
s = Console_GetTitle()
Returns
Return a string
The return value is the title of current console window.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Console Module, Console_SetTitle
Examples
Console_WriteLine("The console window title is : " + Console_GetTitle())
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |