DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

linsert(1tcl)


linsert -- insert elements into a list

Synopsis

linsert list index element [element element ...]

Description

This command produces a new list from list by inserting all of the element arguments into list, after index elements of the current list. Each element argument will become a separate element of the new list. If index is less than or equal to zero, then the new elements are inserted at the beginning of the list. If index has the value end, or if it is greater than or equal to the number of elements in the list, then the new elements are appended to the list.
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004