Mega Code Archive

 
Categories / VisualBasic Script / Data Type
 

Int(-3 14159) returns -4

Sub mathDemo8()    Debug.Print Int(-3.14159) End Sub