JSL: Copy data table
This is probably really simple, but I've been through the scripting guide and I've searched the community discussions without any luck so here goes: I'm trying to copy a comple data table with values, column properties and all. Is there a command for this? I tried to hack something together:dt=current data table();
colNames = dt << Get Column Names( String );
ndt = New Table("Plotting Data", /*i
...