Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ring Delete Item From List

aList = ["one","two","other","three"]
Del(aList,3)    # delete item number three
see aList       # print one two three
Source by ring-lang.github.io #
 
PREVIOUS NEXT
Tagged: #ring #Delete #Item #From #List
ADD COMMENT
Topic
Name
5+4 =