Re: TCL_evalFile



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 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

But how exactly does it evaluate? Do you know any nice tutorial for
that?

.