Console_GetTitle

<< Click to Display Table of Contents >>

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())