Scripting Guide > Efficient Scripts > Programming Tips
发布日期: 11/15/2021

Programming Tips

Avoid Break(), Continue(), and Return() functions for speed. Using them might make it easier for you to read the script.

Functions versus expressions:

User-defined functions have overhead for calling them but might make it easier for you to read the script.

Expressions have no overhead for calling but might make it more difficult for you to read the script.

需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).