Custom functions available in every script session: including JMP Live update scripts
Is there a way to load a custom function into some namespace so it is available in every JMP script session or window? I would like to call a fairly large and complex set of functions in update scripts for JMP Live reports instead of including all of that code in the script itself. Typically (outside of JMP Live) I do this with an add-in, but since variables defined in the add-in load script do...