Name

lappend

lappend varName [value...]

Append the value arguments to the list contained in variable varName, interpreting each value as a list element. Works in place, making it relatively efficient. If varName does not exist, it is created.

Get Tcl/Tk in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.