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().
Go to Solution
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
Perfect