window.quickScript

Syntax window.quickScript ()

Params None required.

Action Opens Frontier's Quick Script window.

Returns True if the Quick Script window is successfully opened, otherwise false.

Examples You won't get much benefit from typing this command in the Quick Script window since it's already open at that point! So close the Quick Script window and then open the examples table. You'll find a script called "QSOpen." Select it and press
Command-/ or ctrl-/. The Quick Script window opens and the message window displays a string informing you that the window was opened from the script. Here's the script:
window.quickScript ()

window.msg ("I was opened from QSOpen in the examples table.")


   » true

Notes Using this verb is equivalent to choosing "Quick Script Window" from the UserLand menu or typing Command-; or ctrl-; to open the window.

If the Quick Script window is already open, this verb brings it to the front and returns true.

Discuss