DEPRECATED - use between().
#between(AttributeName, min, max )
This query:
#between(AttribName,minimum,maximum)
is true if the value of AttribName lies between the minimum and maximum values.
minimum <= value <= maximum
The minimum and maximum values may be constants, expressions or may use $AttributeName to refer to other attributes.
The attribute name may also use $AttributeName notation
#between($Name(parent),bar,foo)
In agent create/rename dialogs this is listed as 'is between'.
Deprecated in favour of action operator between().