Home > lang > isspace 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
IsSpace
Result = IsSpace ( Expr AS String ) AS Boolean
Result = Space? ( Expr AS String ) AS Boolean

Returns TRUE if the String Expr contains only spaces.

A space is one of the following characters:

Example

PRINT IsSpace(" \\n \\r\\n")

True

PRINT IsSpace("Gambas\\n")

False

See also

Character Test Functions