Progress.SetCurrentPos

Progress.SetCurrentPos ( 

string ObjectName,

number Pos )

Description

Sets the position of the progress meter within the progress bar.

Parameters

ObjectName

(string) The name of the progress object.

Pos

(number) The position you want to set.

Returns

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

See also:  Related Actions