Re: uplevel #0 source <filename with spaces>



Thanks! I was wasting my time trying to protect it
as an argument, didn't think that uplevel would take a list.

Phil

Kaitzschu wrote:
On Sun, 30 Sep 2007, Phil Mercurio wrote:

What's the right way to handle this:

uplevel #0 source [file join $dir file.tcl]

uplevel #0 [list source [file join $dir file.tcl]]

.



Relevant Pages

  • Re: uplevel #0 source
    ... I was wasting my time trying to protect it ... didn't think that uplevel would take a list. ... Kaitzschu wrote: ... uplevel #0 source [file join $dir file.tcl] ...
    (comp.lang.tcl)
  • uplevel #0 source
    ... uplevel #0 source [file join $dir file.tcl] ... I've tried all sorts of ... ways to quote the filename to protect it, ...
    (comp.lang.tcl)