Calculates the absolute value of a number.
Abs ( expression )
A string has a value of zero.
#include <MsgBoxConstants.au3> ; Assign a Local variable an absolute number. Local $fAbs = Abs(-123.45) MsgBox($MB_SYSTEMMODAL, "", $fAbs)