Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_GeneralGeneral Functions

Public Function IntInParamList (
i As Long,
ParamArray TestInts()
) As Boolean

Is the integer/long is a member of the list of integers ?

i as Long

The long to find

ParamArray TestInts() as Variant

A list of longs/ints to search

Call Template:

Dim b As Boolean
b = xf.Gen.IntInParamList(i, TestInts)

See Also:

Example 1:

Dim x as long
x = 4
print xf.Str.StringInParamList(x, 3, 5, 9)  => False
print xf.Str.StringInParamList(x, 3, 4, 5)  => True
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd