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

Clib.isascii() Method


This function returns true if a specified character has an ASCII code from 0 to 127.

Syntax

Clib.isascii(char)

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

Returns

True if char is has an ASCII code from 0 through 127; otherwise, false.

Usage

This function returns true if char is a character in the standard ASCII character set, with codes from 0 through 127; otherwise, it returns false.

See Also

Clib.iscntrl() Method and Clib.isprint() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003