~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#lists| Lists]] ====== AppendToList ====== AppendToList( <-list <-var) ===== Description ===== Adds a value to the end of a list. Synonymous and equivalent to [[PushList]] ===== Examples ===== Split("1,2,3,4,5,6" ",") ->list AppendToList(<-list "7") do (GetListCount(<-list) 0) Trace (GetListElement(<-list I)) loop <=[[4rpl:start| Index]]