Re: TCL_evalFile
- From: Bruce Hartweg <doNOTuse@xxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 15:57:09 -0500
Puneet Maheshwari wrote:
On Jun 29, 2:24 pm, Bruce Hartweg <doNOT...@xxxxxxxxxxx> wrote:Puneet Maheshwari wrote:Can anyone explain in detail what is the use of the functions likeThere is no "converting" or changing of the file, it just evaluates it.
TCL_evalFile. I understand that this evaluates the content of the file
as tcl script. But I do not exactly understand what kind of file is
converted to what and where does it return the changed file etc.
the file in question should be a valid Tcl script.
Bruce
But how exactly does it evaluate? Do you know any nice tutorial for
that?
I'm not sure I understand - it evaluates it by the basic rules of the Tcl language.
the script equivalent would be
source filename
it runs the file throught he Tcl interpreter and that evaluates the commands in the script.
Bruce
.
- References:
- TCL_evalFile
- From: Puneet Maheshwari
- Re: TCL_evalFile
- From: Bruce Hartweg
- Re: TCL_evalFile
- From: Puneet Maheshwari
- TCL_evalFile
- Prev by Date: Re: TCL_evalFile
- Next by Date: Re: Wrapped application directory oddity
- Previous by thread: Re: TCL_evalFile
- Next by thread: Is there already a "sourcecode to optimized converter" for tcl?
- Index(es):
Relevant Pages
|