Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Abs(number) returns The absolute value of number-the unsigned magnitude of the number

Sub mathDemo1()    Debug.Print Abs(-100) End Sub