De interface van VDS Renaissance is in meerdere talen beschikbaar. De officiële documentatie wordt in het Engels onderhouden om één consistente en altijd actuele referentie te garanderen.
@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