How to add new column to all data tables
I have a series of experiments which produce a text file of results, titled with the name of the sample.I have a script that takes the data table title and populates a new "sample name" column with the title.dt = current data table();
name = dt << get name;
new column("Sample Name");
column(dt,"Sample Name")[1]=name;
...
nr = N Rows( dt );
For( ii = 2, ii <= nr, ii++,
If( is missing(Column( dt, "