Version 13 of wjk

Updated 2006-09-03 21:04:00

William King

  • Database(s), Text Processing, Computerized Typesetting, building of simple tools and scripts
  • Programming/scripting languages: Basic, Pascal, C, Tcl/TK, Python, Perl, Java, Rebol, PHP, mySQL, Unix shell and Unix utilities, LaTex, Tex (I support TUG) etc.
  • Trying to convince people that TCL/TK not just a funny name!
  • I do not participate in 'Which Programming Language is the Best Wars'.
  • Basically an Iterative programmer - See what you got, where you want to get to and then do it.
  • Willing to contribute if I can; even if I do find querky oddball stuff or am incorrect - its just a learning process after all!. (criticism accepted graciously) - wjk

Oddball stuff - Querks

The example below should not be used - thank you Lars H for pointing this out and explaining it to me:

   set foo "this is cool"
   set bar foo
   puts [expr $$bar]

tcom Excel note

this works:

            set EMPTY ""
            $cells Item $row $column $EMPTY

whereas:

            $cells Item $row $column ""

did not appear to work...