Re: TCL_evalFile



Puneet Maheshwari wrote:
Can anyone explain in detail what is the use of the functions like
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.


There is no "converting" or changing of the file, it just evaluates it.
the file in question should be a valid Tcl script.

Bruce

.



Relevant Pages

  • Re: TCL_evalFile
    ... converted to what and where does it return the changed file etc. ... There is no "converting" or changing of the file, ... the file in question should be a valid Tcl script. ...
    (comp.lang.tcl)
  • Re: TCL_evalFile
    ... Puneet Maheshwari wrote: ... the file in question should be a valid Tcl script. ... it runs the file throught he Tcl interpreter and that evaluates the commands in the script. ...
    (comp.lang.tcl)