Console_WriteError

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Console > Standard Error output >

Console_WriteError

 

Description

 

Write text to the console standard error output.

 

Syntax

 

Console_WriteError ( sText [, sText2 [, ...]] )

 

Returns

 

Return a number

If the function succeeds, the return value is nonzero and is the number of bytes written.

If the function fails, the return value is zero.

 

Parameters

 

Name

Type

Optional

Meaning

sText

String

No

The text to print

 

Remarks

 

Parenthesis are optional.

 

Restrictions

 

Alias

 

See also

 

Examples