User Tools

Site Tools


crpl:docs:removelistelement

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Lists

RemoveListElement

ArgumentsResultNotation
List, Index None L1 i1 –

Description

Removes the list element at location i1 in list L1, pushing the next element and all subsequent elements down by one.

Examples

#Removes the 3rd element of list01
<-list01 2 RemoveListElement

Sample list list01 before:
0 - 100
1 - 105
2 - 110
3 - 115

Sample list list01 after sample command:
0 - 100
1 - 105
2 - 115

crpl/docs/removelistelement.1382620807.txt.gz · Last modified: 2025/02/14 14:56 (external edit)