IntQ()
Syntax
Result = IntQ(Number.d)
Returns the integer part of a double number. Example Result.q = IntQ(12345678901.565) ; will return '12345678901'
Result.q = IntQ(12345678901.565) ; will return '12345678901'
Supported OS
Windows, Linux, MacOS X