Previous Topic

Next Topic

Book Contents

_IsValueLessThanOrEqualToArray

Checks whether a specified value is less than or equal to at least one of the values in an array. This function takes different parameters depending on the data type of the value to which you are comparing the values in the array.

_IsValueLessThanOrEqualToArray functions

Data type to compare

Function to use

Date time

_IsValueLessThanOrEqualToArray (PFDateTime, Array).

Float

_IsValueLessThanOrEqualToArray (Float, Array).

Integer

_IsValueLessThanOrEqualToArray (Integer, Array).

Send Feedback