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

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

Contents


set(3Tcl)							     set(3Tcl)


NAME    [Toc]    [Back]

     set - Read	and write variables

SYNOPSIS    [Toc]    [Back]

     set varName ?value?

DESCRIPTION    [Toc]    [Back]

     Returns the value of variable varName.  If	value is specified, then set
     the value of varName to value, creating a new variable if one doesn't
     already exist, and	return its value.  If varName contains an open
     parenthesis and ends with a close parenthesis, then it refers to an array
     element:  the characters before the first open parenthesis	are the	name
     of	the array, and the characters between the parentheses are the index
     within the	array.	Otherwise varName refers to a scalar variable.	If no
     procedure is active, then varName refers to a global variable.  If	a
     procedure is active, then varName refers to a parameter or	local variable
     of	the procedure unless the global	command	has been invoked to declare
     varName to	be global.

KEYWORDS    [Toc]    [Back]

     read, write, variable


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
AFreadmisc IRIX read from / write to / move logical read/write pointer for data in a miscellaneous chunk in an audio file
tis_write_unlock Tru64 Unlocks the specified read-write lock that was acquired for write access
tis_read_unlock Tru64 Unlocks a read-write lock that was acquired for read access
pthread_rwlock_wrlock Tru64 Acquires a read-write lock for write access
tis_write_lock Tru64 Acquires the specified read-write lock for write access
pthread_rwlock_rdlock Tru64 Acquires a read-write lock for read access
tis_read_lock Tru64 Acquires a read-write lock for read access
tis_read_trylock Tru64 Attempts to acquire a read-write lock for read access and does not wait if the lock cannot be immedi...
ntptime FreeBSD read kernel time variables
VOP_READ FreeBSD read or write a file
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service