Scripting Guide > Introduction to Writing JSL Scripts > Scripting Guide Conventions
발행일 : 03/10/2025

Scripting Guide Conventions

In the Scripting Guide, the function names that are case sensitive are capitalized as you must use them. Arguments that are placeholders for actual choices are in lowercase. For example, Connect Color is a function that you need to type as is, and color stands for some color choice that you make yourself.

Connect Color(color);

In this case, the argument in parentheses must be some color value (for example, a JMP color number, or a supported color name like "red", "blue", and so on, or an RGB value given as a list, such as {.75, .50, .50}). Sometimes alternatives like these are shown with the vertical bar (|) character for “or,” like this:

Connect Color( number | "color name" | {r,g,b} );

Syntax coloring is applied to scripts that you can paste into a script editor and then run.

더 많은 정보를 원하십니까? 질문이 있습니까? JMP 사용자 커뮤니티에서 답변 받기 (community.jmp.com).