script.newScriptObject

Syntax script.newScriptObject (s, adr)

Params s is a string that becomes the contents of the new script object.

adr is the address of the script object to create.

Action Creates a new script object containing the string s.

Returns True.

Examples script.newScriptObject ("speaker.beep ()", @temp.testScript)

   » true

Notes This verb is new in Frontier 6.0.

See Also op.newOutlineObject

wp.newTextObject

Discuss