|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Input.Paste

OverviewExamples

Input.Paste ( string ObjectName )


De s cr ip t ion


Pastes text from the clipboard into an input object at the current insertion point.


P arame t er s


ObjectName


(string) The name of the input object.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Input.ScrollLines

OverviewExamples

Input.ScrollLines ( string ObjectName,


number Lines )


De s cr ip t ion


Scrolls the text in an input object when multiline is enabled.


P arame t er s


ObjectName


(string) The name of the input object.


|