Forum OpenACS Development: Re: meaning of gt, le, ne, eq

Collapse
Posted by Dave Bauer on
gt means greater Than i.e. >
le means less than i.e. <
eq means equal i.e. = or ==
ne means not equal i.e. <> or !=

This is the ADP <if> tag syntax used to conditionall formatting output of an ADP file.

Collapse
Posted by Brian Fenton on
I think le might mean "less than or equal to" with lt meaning "less than".

It's documented here
https://openacs.org/doc/acs-templating/tagref/if.html