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

Clib.ispunct() Method


This function returns true if a specified character is a punctuation mark that can be entered from the keyboard.

Syntax

Clib.ispunct(char)

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

Returns

True if char is a punctuation mark that can be entered from the keyboard (ASCII codes 33 through 47, 58 through 63, 91 through 96, or 123 through 126); otherwise, it returns false.

See Also

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


 Siebel eScript Language Reference 
 Published: 18 April 2003