show / hide menu

Abs

This function can be used to find the Absolute value of a number. The absolute value of a number may be thought of as its distance from zero.

Syntax : Abs(Number Value)
Where
Number Value is the the given number to find the absolute value.

Examples :
textbox1.Value = Abs( textbox2.Value )