Move Table Script: 1st argument must NOT be a variable
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
script_name = "test";
dt << New Script( script_name, "1" ); //no issue with the variable
myGroupName = dt << group scripts( today_str, script_name );
// No issue with the variable - even without a list
dt << Move Selected scripts( script_name, after( "Distribution" ) );
//doesn't understand the variable -> silent ignore