JMP 14.0 Online Documentation (English)
Discovering JMP
Using JMP
Basic Analysis
Essential Graphing
Profilers
Design of Experiments Guide
Fitting Linear Models
Predictive and Specialized Modeling
Multivariate Methods
Quality and Process Methods
Reliability and Survival Methods
Consumer Research
Scripting Guide
JSL Syntax Reference
JMP iPad Help
JMP Interactive HTML
Capabilities Index
JMP 13 Online Documentation
JMP 12 Online Documentation
Scripting Guide
•
Programming Methods
•
Advanced Scoping and Namespaces
• Best Practices for Advanced Scripting
Previous
•
Next
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.
Previous
•
Next
Help created on 7/12/2018