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

Clib.iscntrl() Method


This function returns true if a specified character is a control character.

Syntax

Clib.iscntrl(char)

Parameter
Description

char

Either a single character or a variable containing a single character

Returns

True if char is a control character; otherwise, false.

Usage

This function returns true if char is a control character, that is, one having an ASCII code from 0 through 31; otherwise, it returns false.

See Also

Clib.isascii() Method

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