Appendix C
Compatibility Notes
Changes in Scripting from JMP 9 to JMP 10
Data Filter
JMP 9 saved the previous Data Filter settings each time the feature was invoked. JMP 10 always uses the Data Filter preferences to determine which options are checked in data filter each time it is invoked.
Data Tables
• On Macintosh, JMP 10 appends the .jmp file extension to data table names when using the Get Name message.
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dname = dt << Get Name;
Show( dname );
/*:
dname = "Big Class.jmp";
• When the Bring Window to the Front message is sent to a data table, the action makes that table the current data table.
• In JMP 10, changing a character date/time column of values to numeric date/time with the m/d/y h:m ...