I am wrting a script and need to make $argv elements into individual variables that I can later reference. For example:
./tclscript element1 element2
I would like to split them up and set each as a variable to be later used in the script.
Any help is MUCH appreciated!


