SIMPOL Documentation

isspace()

Description

This function evaluates the first character of the string passed and returns .true or .false depending on whether the character is either a space, a tab or something else.

Prototype

isspace ( string s )

Parameters

ParameterDefault valueType nameDescription
sNonestring