iseolchar()
Description
This function evaluates the first character of the string passed and returns
.true or .false depending on
whether the character is an end of line character (carriage return 0x0D
or linefeed 0x0A).
Prototype
iseolchar (
string )
s
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| s | None | string |


