PreviousNext
Help > Programming PhotoModeler - Scripting/DDE Interface > Commands > ResetLists
ResetLists

Description:

Reset the counters for the "Next" commands (e.g. GetNextPoint). This should be called before the "Next" commands are used and any time you wish to start getting the first item again.

Syntax:

"ResetLists"

Return:

"1" if successful, "0" if not successful.

Failure returns

- incorrect number of parameters

- no project is open

Example:

"ResetLists"

return "1"