*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Tcl/linsert (3)              
Title
Content
Arch
Section
 

Contents


linsert(3Tcl)							 linsert(3Tcl)


NAME    [Toc]    [Back]

     linsert - Insert elements into a list

SYNOPSIS    [Toc]    [Back]

     linsert list index	element	?element element ...?

DESCRIPTION    [Toc]    [Back]

     This command produces a new list from list	by inserting all of the
     element arguments just before the indexth element of 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.

KEYWORDS    [Toc]    [Back]

     element, insert, list


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
lreplace IRIX Replace elements in a list with new elements
XmListReplaceItems HP-UX A List function that replaces the specified elements in the list
XmListReplaceItemsPos HP-UX A List function that replaces the specified elements in the list
XmListReplaceItemsPos Tru64 A List function that replaces the specified elements in the list
XmListReplaceItems IRIX A List function that replaces the specified elements in the list
XmListReplaceItemsPos IRIX A List function that replaces the specified elements in the list
XmListReplaceItems Tru64 A List function that replaces the specified elements in the list
foreach IRIX Iterate over all elements in a list
lsort IRIX Sort the elements of a list
lappend IRIX Append list elements onto a variable
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service