Return the absolute value of x .
Notes:
Abs will work on any numerical data type, Byte, uByte, Integer, uInteger, Long, uLong, Single.
Requirements
Examples Dim a,x as Single x=abs(a)