Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Sgn(0) returns 0

Sub mathDemo13()    Debug.Print Sgn(0) End Sub