User Tools

Site Tools


prpl:prependtolist

This is an old revision of the document!


<- PRPL reference <- Lists

PrependToList

ArgumentsResultNotation
list value [list value-]

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) 
prpl/prependtolist.1529012313.txt.gz · Last modified: 2025/02/14 14:56 (external edit)