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

Clib.isprint() Method


This function returns true if a specified character is printable.

Syntax

Clib.isprint(char)

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

Returns

True if char is a printable character that can be typed from the keyboard; otherwise, false.

Usage

This function returns true if char is a printable character that can be typed from the keyboard (ASCII codes 32 through 126); otherwise, it returns false.

See Also

Clib.isalnum() Method, Clib.isascii() Method, Clib.isgraph() Method, Clib.ispunct() Method, and Clib.isspace() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003