Since 4/14/2012 3:36:55 AM, bengoavs has written 4 articles and participated in 0 conversations. bengoavs signature: bengoavs
bengoavs's articles:
Items(4) /1
Passing a list to exec - simple yet anoyying porblem2118 (11/16/2009 8:47:11 PM) comp.lang.tcl Hi all,
I have a proc which receives script name and parameters, then exec it
with the parameters. Very simple but for some reason exec sees all
list of parameters as one object. I tried using join, which ... bengoavs
Quite simple reg exp task128 (2/5/2008 2:53:05 PM) comp.lang.tcl How do I: replace a certain word on the last line of the file? I know I should use regsub, but can't figure how to go to a certain line, remove it, and insert the new string Thanks ... bengoavs
Stop / Pause a TCL script (using interrupts?)421 (1/27/2008 2:03:04 PM) comp.lang.tcl Hi guys, I need to have an option to stop and pause a tcl script from a GUI application. Firstly thought of just killiing the process but need to also support the pause option, and make things neat. How can it... bengoavs
Tracing the initial proc calling command216 (1/21/2008 9:05:07 PM) comp.lang.tcl Hi all! Let's say my script calls an automation package and then runs a proc with parameters: package require automation AUTO::DoSomething 123 when called, AUTO::DoSomething calls AUTO::DoAnother that calls D... bengoavs