Mega Code Archive

 
Categories / VisualBasic Script / Data Type
 

Int(number) returns The integer portion of number (again, without rounding) If number is negative, returns the negative number l

Sub mathDemo7()    Debug.Print Int(3.14159) End Sub