Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_GeneralGeneral Functions

Public Function IsInteger (
v As Variant
) As Boolean

Is the variable's value an integer ? The test is regardless of type, so for example a double type variable with a value of 15.0 would return true

v as Variant

A variant value

Call Template:

Dim b As Boolean
b = xf.Gen.IsInteger(v)

See Also:

Example 1:

IsInteger(45.00)    => True
IsInteger(45.001)   => False
IsInteger(0)        => True
IsInteger(Null)     => False
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd