cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm 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