Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

ISSPACE

Scroll Prev Top Next More

(ISSPACE(value))

 

Checks the first character of a TEXT string. The function returns a 1 if true and a 0 if false. The ISSPACE function evaluates as true when the first character is a space or one of the following: LF (char (10)), CR (char (13)), VT (char (11)), TAB (char (9)), FF (char (12)), EOL (char (254)).