PopListPosition()
Syntax
PopListPosition(LinkedList())Description
Restores the current element of the list previously remembered using PushListPosition().
Parameters
LinkedList() The name of your linked-list variable, created with the NewList function. You must include the brackets after the list name.
Return value
This function has no return value.
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