Kilowatt Software's
Classic Rexx Tutorial
Language Level 4.00 (TRL-2)

Chars   built-in function

The Chars function returns a how many characters remain to be read from an input stream, following the current read position. If the file system uses line separators, the count includes the number of these as well.

Portability note: some implementations are unable to determine how many characters remain and return 1 when an undetermined number of characters remain, and 0 otherwise.

When the default input stream is associated with keyboard input, the number of characters remaining can not be determined.


Kilowatt Software's -- Classic Rexx Tutorial -- Back to top
Click here if you have any comments or questions regarding this tutorial

Last updated on: 8 Aug 2002