Print

IsNumber

Checks if specified value is number.

Syntax

IsNumber("value");

Function arguments

  • value – (String) The value to be checked

Return value

This function returns Decimal.
Returns true if specified value is numeric, otherwise returns false.

Examples

Example 1:
This will check if value from VAT field is numeric value

if (IsNumber([VAT])) {[Brutto]=[Netto]*[Vat]/100 }
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?