Part 1
Typically I have to break down a list into a set amount of variables with this kind of code –
set xlateInVals [split $xlateInVals ;]
lassign $xlateInVals var1a var1b var1c
set xlateOutVals
I need to work with an OBX that could have from 1 up to 150 or more items in the list.
I figure I can do this the dirty way and just keep adding on $var1-150, but I have to believe there is a cleaner way to do that –
Part 2
Once those variable above are created I then need to be able to run those output variables through a table cleanly/concisely.
Thanks
Lawrence Nelson
System Architect - MaineHealth IT