Let's say I select a cell in column 4The following code only gets the specific column name, not the serial number of the column :4
dt=Open("$SAMPLE_DATA/Big Class.jmp"); aaa=(dt<<get selected columns)[1];
Thanks!
Go to Solution
Contains( dt << get column names( string ), aaa << get name );
View solution in original post
ab=(dt<<get selected rows)[1];
??