발행일 : 03/10/2025

Named Namespaces

You can also create a JSL variable in a specific namespace. In the following example, the x variable is created in the aa namespace:

aa:x = 1;

Preceding local variables with the Local() function is another option. Both a and b are local variables in the following expression:

Local( {a = 1, b}, ... );

Scoping operators also distinguish a global variable from a local variable. See Rules for Name Resolution.

The following sections describe functions that help you manage variables.

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