Updating column list box using list stored in variable not working as expected. Is this how it is meant to be?
I am trying to correct previous "sins" in a script I wrote by updating it with unambiguous references, so that the script refers to the one table I (want to) tell it to, even though another table may be the current (or an "interfering") table. I've tried to reconstruct the problem below. Names Default To Here( 1 );
// this is the table i want to work with
dt = New Table( "Target table", invisible
...