cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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.
Updating a released JSL script from the web
gf-tg
Level I

I needed a way to deploy a script to some coworkers without read permissions on any of the network drives I can write to. It turns out, the only common place I could find was a web server, but I couldn't find a JMP way of doing that -- so I wrote it.

 

Syntax:

updated_code=CheckForScriptUpdates("http://www.example.net:80/CodeUpdate.txt");
Eval(Parse(updated_code));

Recommended Articles