| Bookshelf Home | Contents | Index | PDF |    | 
| Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Character Classification in Siebel eScript > Clib.isspace() MethodThis function returns true if a specified character is a white-space character. SyntaxReturnsTrue if char is a white-space character; otherwise, false. UsageThis 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 | 
|  |    | 
| Siebel eScript Language Reference |