JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
Scripting Guide
•
Programming Methods
•
Advanced Scoping and Namespaces
• Best Practices for Advanced Scripting
上一个
•
下一个
Best Practices for Advanced Scripting
Minimize Polluting the Global Namespace and Prevent Scripts from Interacting
Always start your script with this line:
Names Default To Here(1);
Share Variables Across Scripts
Use named namespaces. Namespace names are placed in the global scope.
Use Anonymous Namespaces
Using namespace references to anonymous namespaces avoids possible conflicts with other namespaces.