SQR

This function determines the square root of a number.

SQR(Number)


PARAMETERS

Number

The number from which to return the square root.

Example:
Display the Square root of the value contained in TEXT1

MESSAGE(SQR(~text1~)//”Square Root”)