app.putText

Syntax app.putText (string)

Params string is the text that will replace the selected items in the application's target window.

Action Replaces the selected items with the text provided as the parameter.

Returns True if the application was able to replace the selected items with the text parameter.

Examples app.start ("MinApp"); app.putText ("eat drink and be merry")

   » true

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

See Also app.putPicture

app.getText

Discuss