Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Abs() Returns the absolute value of a number

Sub mathF()     Debug.Print Abs(-10) End Sub