Console_NormalScreen

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Console >

Console_NormalScreen

 

Description

 

Switch the console application to normal screen.

 

Syntax

 

Console_NormalScreen() AS NUMBER

 

Returns

 

   Return a number

   If the function succeeds, the return value is nonzero.

   If the function fails, the return value is zero.

 

Parameters

 

Name

Type

Optional

Meaning









 

Remarks

 

 

Restrictions

 

See also

 

Console Module, Console_Cls, Console_FullScreen, Console_ShowWindow

 

Examples

 

 Console_NormalScreen()