- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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");
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Names Default to here(1); by default
Perfect
Vince Faller - Predictum