Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() ![]() ![]() |
Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >
Clib.isdigit() Method
This function returns true if a specified character is a decimal digit.
Syntax
Clib.isdigit(char)
Returns
True if char is a decimal digit from 0 through 9; otherwise, false.
Usage
This function returns true if char is a decimal digit from 0 through 9; otherwise, it returns false.
See Also
Clib.isalnum() Method, Clib.isalpha() Method, and Clib.isupper() Method
Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() ![]() ![]() |
Siebel eScript Language Reference Published: 18 April 2003 |