Codebox Operators list.len

list.len

Length of a list

list.len(input): out1

Arguments:

Arguments

NameTypeDefaultDescription
inputlist

The input list to be evaluated. Bang reports length of last received list.

Returns

NameTypeDescription
out1number

Reports the length of the input list (total number of elements).