This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

#between(attributeName, min, max ) (DEPRECATED)

This pages describes features, codes or syntax whose use is now DEPRECATED, i.e. not advised either for new or continued pre-existing use.

Deprecated aspects of Tinderbox may be supported on a legacy basis but the latter support can't be presumed to be indefinite. Therefore you should update your active TBX documents to latest practice as soon as practical.

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().


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Deprecated Usage : References to deprecated aspects of Tinderbox : #between(attributeName, min, max ) (DEPRECATED)