IS_NUMERIC Function
Description: Evaluates whether the source text contains only numbers.
Parameters: String
- Source text: The string containing the source text.
Return: Boolean (true or false)
- true = String contains only numbers.
- false = String does not contain only numbers.
Syntax: IS_NUMERIC (<source text>)
Example: If the value in String 1 is all numbers, set the value in String 1 content to “NUMBER”.
if( IS_NUMERIC( DE("String 1").getValue( )) == true ) then
{
DE("String 1 content").setValue("NUMBER");
}
{
DE("String 1 content").setValue("NUMBER");
}
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*