Example - Fix Function

Sub Main()
    Dim MySize
    MySize = Fix(4.345)
    MsgBox MySize
End Sub