Re: [sqlite] Problems passing parameters between SQLite + TCL

2009-11-11 Thread Brett Schwarz
> > > > Here is the cut-down program... > > > #!/usr/bin/tclsh > set lat_degrees [expr [lindex $argv 0]] > set long_degrees [expr [lindex $argv 1]] >

[sqlite] Problems passing parameters between SQLite + TCL

2009-11-10 Thread Walter Dnes
There's a lot more to this program, but I've cut it down to the bare minimum that illustrates my problem. I call a TCL script from the linux commandline, and get an error message like so... [waltdnes][~/SQLite] ./fragment