Mega Code Archive

 
Categories / VisualBasic Script / Data Type
 

Int() Returns the integer portion of a number

Sub mathF4()     Debug.Print Int(-9.1) End Sub