<- CRPL reference <- Lists

GetListCount

ArgumentsResultNotation
A List Length of a list L1 – i1

Description

Returns the length of a list

Split("Four Score and Seven Years Ago" " ") ->words
do(GetListCount(<-words) 0)
   trace(GetListElement(<-words I))
loop