⇐ Index ⇐ Lists
AppendToList( <-list <-var)
Adds a value to the end of a list.
Synonymous and equivalent to PushList
Split("1,2,3,4,5,6" ",") ->list AppendToList(<-list "7") do (GetListCount(<-list) 0) Trace (GetListElement(<-list I)) loop
⇐ Index