|

End


(number) The index in the string to stop selecting at. An index of -1 can be used to select all of the text to the end of the input object.


Re t u r n s


image

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


See also: Related Actions


image

Input.SetSize

OverviewExamples

Input.SetSize ( string ObjectName,


number Width,


number Height )


De s cr ip t ion


Sets the size of an input object.


P arame t er s


ObjectName


(string) The name of the input object.


|