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

Collapse
Posted by Lear Zumaeta on
Hi, I want to know the use and the meaning of:

if @users:rowcount@ gt 0, what the meaning of gt, le etc.. and when is used.

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