contents   index   previous   next



Clib.isgraph()

syntax:

Clib.isgraph(chr)

where:

chr - a character, a single character string.

 

return:

boolean - true if chr is a printable character.

 

description:

Returns true if chr is a printable character excluding the space character " ", code 32.

 

 


Clib.islower()