area

Use the area function to convert a number into a surface representation.

 area ( input )

This function returns a value of type TEXT.

The function has one parameter:

  • input, type NUMBER. The area to be converted, in square meters.

The output is always based on the metric system. Fractional parts are ignored.

Examples

area (42) results in "0,00,42"

area (42) results in "0.00.42" (output language NLD)

area (123456) results in "12.34.56" (output language NLD)