|

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

Progress.GetRange

OverviewExamples

table Progress.GetRange ( string ObjectName )


De s cr ip t ion


Returns a table containing the range of the progress bar.


P arame t er s


ObjectName


(string) The name of the progress object.


Re t u r n s


(table) A table containing the range of the progress bar, indexed by values "Begin" and "End". These values can be accessed using the form mytable.Begin and mytable.End. If an error occurs, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.


|