#141 Deleting the last element from a list in a variable in tcl
set var {a b c d e} set var [lreplace $var end end]
.
.
.
.
.
.
.
.
.
.
Dec 22, 2020 | tcl | 0 comments
#141 Deleting the last element from a list in a variable in tcl
set var {a b c d e} set var [lreplace $var end end]
.
.
.
.
.
.
.
.
.
.
Subscribe now to keep reading and get access to the full archive.
Recent Comments