app.getText

Syntax app.getText ()

Params None.

Action Gets the selected items from the target window in the form of a string of characters.

Returns The selected items in the target window as text.

Examples app.start ("MinApp"); app.getText ()

   » "experiment and iterate and tweak and refine"

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

See Also app.getPicture

app.putText

Discuss