User Tools

Site Tools


4rpl:commands:prependtolist

This is an old revision of the document!


Index
Lists

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

Index

4rpl/commands/prependtolist.1637282929.txt.gz · Last modified: 2025/02/14 14:56 (external edit)