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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |