Scripting Guide > Efficient Scripts > Programming Tips
발행일 : 03/10/2025

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).