发布日期: 04/13/2021

Register an Add-In Using JSL

If your add-in files are not contained within a .jmpaddin file, you can use the Register Addin() JSL function to manually register the addin.def file. This installs and registers the add-in.

For information about the JSL functions, see “Register Addin("unique_id", "home_folder", <named_arguments>)” in the JSL Syntax Reference.

For information about creating the addin.def file, see Create an Add-In Manually.

Notes: 

JMP might find a file named addin.def in the specified home folder. If so, values from that file are used for any optional arguments that are not included in the Register Addin() function.

The addin.def file is used only for values that are not provided in the Register Addin() function. This function is useful while developing, but not necessary, since the addin.def file is enough to register an add-in.

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