Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.

@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

See also

@ABS

@DIV

@DIFF

@FABS

@FEXP

@FDIV

@FORMAT

@FSUB

@HEX

@PRED

@PROD

@SUCC

@SUM

@ZERO