Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Sgn() Returns the sign of a number

Sub mathF7()     Debug.Print Sgn(-9) End Sub