JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
I have one script used by different people with different settings(variable's values). My thought is to record all variables and their values every time after running scripts. Save them in somewhere so that I can call the variable's value when I run scripts next time. But how to do it??
One way: Via scripting, open or, if nonexistent,create a table and populate the first column with Variable names and the second column with their Values. Store via scripting the table somewhere all potential users can access.