Mega Code Archive

 
Categories / VisualBasic Script / Math Functions
 

Fix() Returns the integer portion of a number

Sub mathF3()     Debug.Print Fix(-9.1) End Sub