AdriansonCrusoe
Technical User
With lists, when you delete one element the indices are rearranged, e.g. deleting "zero" from "zero one two" gives lindex 0 = "one". Is that possible with [dict create 0 "zero" 1 "one" ...] ? ( something like PHP's array_splice )