@NUMERIC
Windows ✓Linux ✓macOS ⏳
Syntax
@NUMERIC(<string>)
Description
This function returns a value of true (1) if the string is a valid number, otherwise it returns a value of false (null).
OK
Unchanged.
Example
IF @NUMERIC(%A)
%B = @SUM(%A,2)
END