Progress.SetRange

Progress.SetRange ( 

string ObjectName,

number Begin,

number End )

Description

Sets the range of the progress bar.

Parameters

ObjectName

(string) The name of the progress object.

Begin

(number) The beginning of the range.

End

(number) The ending of the range.

Returns

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

See also:  Related Actions