Re: Where to find a Tcl command?
- From: mike.hfzhang@xxxxxxxxx
- Date: Mon, 30 Jul 2007 22:05:54 -0000
On Jul 30, 2:27 pm, "Gerald W. Lester" <Gerald.Les...@xxxxxxx> wrote:
mike.hfzh...@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|
+------------------------------------------------------------------------+
Thank you very much,
Mike
.
- References:
- Where to find a Tcl command?
- From: mike . hfzhang
- Re: Where to find a Tcl command?
- From: Gerald W. Lester
- Where to find a Tcl command?
- Prev by Date: How to load a dll (dynamic link library) in Tcl?
- Next by Date: How to delete posted messages from here?
- Previous by thread: Re: Where to find a Tcl command?
- Next by thread: Re: Where to find a Tcl command?
- Index(es):
Relevant Pages
|