
Verb	KeyQuencer.doScript
Syntax	KeyQuencer.doScript (script) 
Parameters	script is any text that could be typed in the control panel macro editor
Action	Runs the given string as a script
Returns	True
Examples	KeyQuencer.doScript (Menu "Edit" "Select All")
	 true
Notes	 This verb requires KQ Apple Events to be in the extensions folder.
 Curly quotes may be used as in any Frontier string to allow straight quotes to be embedded.
 This verb returns as soon as the script is sent to KQ AppleEvents. It doesnt wait for the requested action to complete.
