JSL script (rename columns) feedback: it works but I'm not sure why!
Hi JMP community, After 2 days of learning, I have finally produced a JSL script that performs the column name change operation I was looking for. However, considering the rather laborious process to get to this result, I suspect that I may have used sub-optimal approaches. Therefore, I'm looking for ways to clean up this script. Names Default To Here( 1 );
dt = Current Data Table();
src=.;
trg =...