Example - Fix Function

  1. Sub Main()

    1. Dim MySize

      MySize = Fix(4.345)

      Print MySize

    End Sub