Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >

Clib.isgraph() Method


This function returns true if a specified character is a printable character other than a space.

Syntax

Clib.isgraph(char)

Parameter
Description
char
A single character or a variable containing a single character

Returns

True if char is a printable character other than the space character; otherwise, false.

Usage

This function returns true if char is a printable character other than the space character (ASCII code 32); otherwise, it returns false.

See Also

Clib.isprint() Method, Clib.ispunct() Method, and Clib.isspace() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003