cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
vince_faller
Super User (Alumni)

Names Default to here(1); by default

Anyone have anything clever so when I open a new script that it automatically puts Names Default to here(1); as the first line? 

I'd rather it be the actual new script than just a new window with a scriptbox(). 

Vince Faller - Predictum
1 ACCEPTED SOLUTION

Accepted Solutions
ian_jmp
Level X

Re: Names Default to here(1); by default

I guess you could put this code on a menu:

New Window("My Script", <<Script, "Names Default to here(1);\!n");

View solution in original post

2 REPLIES 2
ian_jmp
Level X

Re: Names Default to here(1); by default

I guess you could put this code on a menu:

New Window("My Script", <<Script, "Names Default to here(1);\!n");

vince_faller
Super User (Alumni)

Re: Names Default to here(1); by default

Perfect

Vince Faller - Predictum

Recommended Articles