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

Clib.isprint() Method


This function returns true if a specified character is printable.

Syntax

Clib.isprint(char)

Parameter
Description

char

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

Siebel eScript Language Reference Copyright © 2007, Oracle. All rights reserved.