Math Functions VisualBasic Script

Sub mathDemo5()
   Debug.Print Fix(3.14159)
End Sub