Hi,
I have a problem with the clear log (); instruction.
It was working well in jmp 12, 11, 10, etc...
But with the new JMP14 ( Iswitch about 1 month ago), some time it works, some time not.
All my scripts start with this header:
Names Default to here (1); // set all variables as local
Open log (1); clear log();
include("My_own_path.jsl"); // define the path stored in include_path variable
// Real script starts belwo this comment line
Any idea where my pb comes from ?