User Tools

Site Tools


ixe:irpl:lists:prependtolist

PrependToList

PrependToList(<-list <-item)

Description

Adds a value to the beginning of a list. Any values previously stored in the list are shifted up by one.

Examples

Split("1,2,3,4,5,6" ",") ->list
PrependToList( <-list 0)
Trace(<-list)

See also: AppendToList

ixe/irpl/lists/prependtolist.txt · Last modified: 2025/01/07 15:41 by 127.0.0.1