ListAvg
Gets the average of all values in a list
Method Signature
Arguments
Argument
Type
Required
Description
Default
list
string
true
The list to compact
delimiter
string
false
string the list delimiter
,
multiCharacterDelimiter
boolean
false
boolean whether the delimiter is multi-character
false
Examples
Related
Last updated