Script functions reference > Script functions in alphabetical order > I > IsNum

IsNum
Syntax
IsNum(str);
str 
Description
Checks if a string expression consists of digits.
Returns
1
0
Example
$n="19990101";
if(isnum($n))
{
$ok=1;
}
OpenText StreamServe 5.6.2 Updated: 2018-01-26