Progress.SetStep

Progress.SetStep ( 

string ObjectName,

number Step )

Description

Sets the step value that will be used whenever Progress.StepIt() is called.

Parameters

ObjectName

(string) The name of the progress object.

Step

(number) The step value to use.

Returns

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

See also:  Related Actions