So, this is quite literally copied and pasted from the Scripting Index. IMHO it is the most simple way of loading specs from one table and saving them into the column properties of another table.
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Cities.jmp" );
obj = Capability(Y( :OZONE, :CO, :SO2, :NO ), Spec Limits(Import Spec Limits("$SAMPLE_DATA/CitySpecLimits.jmp")));
obj << Save Spec Limits as Column Properties;
...although, I have to say Jim Nelson's add-in is pretty slick and has some very convenient generalized functionality.
JMP Systems Engineer, Health and Life Sciences (Pharma)