StdError

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Console > Standard Error output >

StdError

 

Description

 

Write text to the console standard error output.

 

Syntax

 

StdError(sText AS STRING) AS NUMBER

 

Returns

 

Return a string

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

Text to write into standard output

 

Remarks

 

Restrictions

 

See also

 

Examples