For the latest version of JMP Help, visit JMP.com/help.


Scripting Guide > Efficient Scripts > Programming Tips
Publication date: 04/30/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.

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).