ANmaInt

Cuts the integer part of a number. Like INT, FIX, or CINT
I know we already have lots of built--in formulas, but looks like sometimes we needed our own version, so here it is

CodeFunctionName
What is this?

Public

Tested

Original Work
Function ANmaInt(ForX)
    ANmaInt                    = ForX - (ForX Mod 1)
End Function

ForX

Views 93

Downloads 50

CodeID
DB ID