Console_SetTitle

<< Click to Display Table of Contents >>

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