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

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

Contents


append(3Tcl)							  append(3Tcl)


NAME    [Toc]    [Back]

     append - Append to	variable

SYNOPSIS    [Toc]    [Back]

     append varName ?value value value ...?

DESCRIPTION    [Toc]    [Back]

     Append all	of the value arguments to the current value of variable
     varName.  If varName doesn't exist, it is given a value equal to the
     concatenation of all the value arguments.	This command provides an
     efficient way to build up long variables incrementally.  For example,
     ``append a	$b'' is	much more efficient than ``set a $a$b''	if $a is long.

KEYWORDS    [Toc]    [Back]

     append, variable


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
lappend IRIX Append list elements onto a variable
lsearch FreeBSD linear search and append
mvIsAppendOnly IRIX see if a movie instance is append-only
lfind FreeBSD linear search and append
sticky FreeBSD sticky text and append-only directories
DtEditorAppend HP-UX append data to a DtEditor widget
sticky OpenBSD sticky text and append-only directories
logwtmp FreeBSD append a new record to the wtmp file
updwtmp Linux append an entry to the wtmp file
DtEditorAppendFromFile HP-UX append data from a file into a DtEditor widget
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service