What inspired this wish list request?
It is difficult to find the correct syntax for jsl to set the window position. We get window position with a command to the report object like
r << Get Window Position();
But the command to set the window position is actually "Move Window(x,y)"
r << Move Window(100,50);
What is the improvement you would like to see?
Please add function "set window position", as a synonym for the function "move window"
r << Set Window Position(100,50)
Why is this idea important?
It is important to make jsl scripting user friendly and readable so that users are more free to embed JMP jsl scripts into daily infrastructure which will cement JMP as a hard-to-change software into businesses which will be sure to keep JMP license renewals high.