Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Sgn(-7) returns -1

Sub mathDemo12()    Debug.Print Sgn(-7) End Sub