PopMapPosition()
Syntax
PopMapPosition(Map())Description
Restores the current element of the map previously remembered using PushMapPosition().
Parameters
Map() The map to use.
Return value
None.
Remarks
The state of the map will be the same as it was on the corresponding call to PushMapPosition(). If there was no current element when PushMapPosition() was called then there is no current element after this call as well.
See the PushMapPosition() function for an example.
See Also
PushMapPosition(), FindMapElement(), NextMapElement(), ResetMap(), ForEach
Supported OS
All