Easy to Create, Easy to Change - Easy to use!

Support::

<= (less than or equal to)



Parameters


Returns/Result


Examples


Reference

<= (less than or equal to)

Type

Comparison Operator Symbol

Purpose

The <=(less than or equal to) symbol is used to compare one value to another. It specifies that the value to the left of the symbol is less than or equal to the value to the right of the symbol.

Syntax

VALUE 1 <= VALUE 2

Example

for MEMBERS with TOTAL DUE <= 500 ;

 

This script statement selects MEMBERS records that have a value less than or equal to 500 in the TOTAL DUE field.

See Also


On the forum about <= (less than or equal to)

On the blog about <= (less than or equal to)