|
ActiveTcl User Guide |
|
Tcl >> Tcl Built-In Commands >> List Handling
- List Handling
-
- concat - Join lists
together
- join - Create a string by joining
together list elements
- lappend - Append list elements
onto a variable
- lindex - Retrieve an element
from a list
- linsert - Insert elements into
a list
- list - Create a list
- llength - Count the number of
elements in a list
- lrange - Return one or more
adjacent elements from a list
- lreplace - Replace elements
in a list with new elements
- lsearch - See if a list
contains a particular element
- lset - Change an element in a
list
- lsort - Sort the elements of a
list
- split - Split a string into a
proper Tcl list
Copyright © 1989-1994 The Regents of the University of California.
Copyright © 1990-1994 The Regents of the University of California
Copyright © 1992-1999 Karl Lehenbauer and Mark Diekhans
Copyright © 1992-1999 Karl Lehenbauer and Mark Diekhans.
Copyright © 1993-1997 Bell Labs Innovations for Lucent Technologies
Copyright © 1994 The Australian National University
Copyright © 1994-2000 Sun Microsystems, Inc.
Copyright © 1997-2000 Ajuba Solutions.
Copyright © 1997-2000 Scriptics Corporation.
Copyright © 1998 Mark Harrison.
Copyright © 1998-1999 Scriptics Corporation
Copyright © 1998-1999 Scriptics Corportation
Copyright © 1995-1997 Roger E. Critchlow Jr.