Re: Where to find a Tcl command?
- From: "Gerald W. Lester" <Gerald.Lester@xxxxxxx>
- Date: Mon, 30 Jul 2007 16:27:40 -0500
mike.hfzhang@xxxxxxxxx wrote:
Hi, I am a newbite of TCL, I am trying to access TCL commands, for
example, I am tring to locate a command "puts" ,but I can not find it
in any Tcl folder,anyone can let me know the clue about it? thanks.
"puts" is one of the built in commands (unless your code has redefined it).
Tcl comes with man/help pages for all of the built in commands, so if what you are attempting to do is figure out how to use puts -- look there.
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
.
- Follow-Ups:
- Re: Where to find a Tcl command?
- From: mike . hfzhang
- Re: Where to find a Tcl command?
- References:
- Where to find a Tcl command?
- From: mike . hfzhang
- Where to find a Tcl command?
- Prev by Date: Where to find a Tcl command?
- Next by Date: Re: Where to find a Tcl command?
- Previous by thread: Where to find a Tcl command?
- Next by thread: Re: Where to find a Tcl command?
- Index(es):
Relevant Pages
|