ListPrepend()
Adds the given element to the start of the list, returning the new list
Usage
STRING = ListPrepend(
list,
value,
delimiter
)
Argument | Summary |
---|---|
list | list |
value | value |
delimiter | delimiter - default comma (,) [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
ListPrepend( list=?, value=?, delimiter=? );
Supports passing parameters as a structure using ArgumentCollection:
ListPrepend( ArgumentCollection={ list : ?, value : ?, delimiter : ? } );
See Also
ListAppend
ListChangedelims
ListCompact
ListContains
ListContainsnocase
ListDeleteat
ListFind
ListFindnocase
ListFirst
ListGetat
ListIndexexists
ListInsertat
ListItemtrim
ListLast
ListLen
ListPrepend
ListQualify
ListRemoveduplicates
ListRest
ListSetat
ListSort
ListSwap
ListToarray
ListValuecount
ListValuecountnocase