Console_WriteLineError

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Console > Standard Error output >

Console_WriteLineError

 

Description

 

Write text followed by carriage return and line feed to the console standard error output.

 

Syntax

 

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