Skip to content

Sqr - Built-in Arithmetic Function

Purpose

Sqr returns the square root of a number.

Syntax

Sqr(num)

Arguments

Argument Required Description
num Yes Any numeric expression greater than 0.

Returns

Number

Example

Return Sqr(23) // returns 4.78 (when the field has a 2 decimal format)

Notes

  • When num cannot be converted to a number, a runtime error is generated.