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.