Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Character Classification in Siebel eScript >

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

Either 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
Clib.isspace() Method

Siebel eScript Language Reference