lreverse
lreverse <list>
This function reverses the order of elements in an Efinity Tcl object collection.
# let cells be a collection { cell1 cell2 cell3 }
# Return {cell3 cell2 cell1}
lreverse $cells
lreverse <list>
This function reverses the order of elements in an Efinity Tcl object collection.
# let cells be a collection { cell1 cell2 cell3 }
# Return {cell3 cell2 cell1}
lreverse $cells