cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
lala
Level IX

如何通过脚本打开一个文件、并将它里面的指定脚本进入编辑状态?

如何通过脚本打开一个文件、并将它里面的指定脚本进入编辑状态。

 

并不是直接运行这个文件的脚本、而是进入指定脚本的编辑界面

谢谢!

2021-10-11_151801.png

1 REPLY 1
lala
Level IX

回复: 如何通过脚本打开一个文件、并将它里面的指定脚本进入编辑状态?

Big Class.jmp

Fit Model

dt=Open("$SAMPLE_DATA/Big Class.jmp");

 

Recommended Articles