pp[k]<
@Craige_Hales I have a similar problem having recently upgraded from JMP 10 to JMP 13. The
following is deployed multiple times in a script to compress selected columns.
pp=dt<<Get Column Names(); ncols = N Items(pp); for(k=1,k<=ncols,k++, pp[k]<<Set Selected(1););
dt << Compress Selected Columns();
This works fine in JMP 10 but with JMP 13 and I am getting the following error:
Send Expects Scrip...
stephen_pearson
dale_lehman