PopListPosition()
Syntax
PopListPosition(List())Description
Restores the current element of the list previously remembered using PushListPosition().
Parameters
List() The name of your list variable, created with the NewList function. You must include the brackets after the list name.
Return value
None.
Remarks
The state of the list will be the same as it was on the corresponding call to PushListPosition(). If there was no current element when PushListPosition() was called then there is no current element after this call as well.
See the PushListPosition() function for an example.
See Also
PushListPosition(), SelectElement(), ChangeCurrentElement(), NextElement(), PreviousElement(), ForEach
Supported OS
All