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

Clib.isspace() Method


This function returns true if a specified character is a white-space character.

Syntax

Clib.isspace(char)

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

Returns

True if char is a white-space character; otherwise, false.

Usage

This function returns true if char is a horizontal tab, newline, vertical tab, form feed, carriage return, or space character (that is, one having an ASCII code of 9, 10, 11, 12, 13, or 32); otherwise, it returns false.

See Also

Clib.isascii() Method and Clib.isprint() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003