Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. marcyboy

    Problems generating a command

    managed to get this proc to work nicely If anyone finds it of use. It's a bit clunky and if anyone has a sleeker version let me know proc dmic_file {file_fqn file_type} { set cmd1 [subst {\[open $file_fqn $file_type\]}] set cmd2 [concat set channel $cmd1] eval $cmd2 global file_id set file_id...
  2. marcyboy

    Problems generating a command

    Thnks Bong dynamic file creation I am making progress this works: # escape the [] as the parser still tries to subst the # internal commands set cmd1 [subst {\[open $my_big_file w\]}] # list puts curley braces around so I used concat #...
  3. marcyboy

    Problems generating a command

    Hi just trying to get to grips with tcl. I am having to use the Oracle version and it is difficult to understand what version I am using. (using the OMB extension set) However, I am trying to open a file for reading by passing in the file name as a argument from the tcl script. this all works...

Part and Inventory Search

Back
Top