⇐ Index ⇐ Lists
GetListCount(<-list) ->listSize
Returns the number of entries in a list.
Split("There are four words" " ") ->list Trace(GetListCount(<-list))
⇐ Index