This version is out of date, covering development from v6.0.0 to v6.6.5. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

TinderboxSix Icon

List/Set.size


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Altered: 

 Property   [other Property type actions]

 Item   [operators of similar scope]

 Data manipulation   [other Data manipulation operators]

 Baseline

 


List/Set.size()

This returns the number of discrete values in a List/Set. The returned number can be coerced to a string. Trailing parentheses are optional for this property. Examples:

$MyList = "hello;world"; $MyStringA = $MyList.size;

$MyStringA is now "2".

This property is the same evaluation as List/Set.count or count(list).

This operator can also be used on other attribute data types that are string-like, URL, File, etc.



A Tinderbox Reference File : Actions & Rules : Operators : Full Operator List : List/Set.size