PopListPosition()

语法

PopListPosition(List())
概要
Restores the current element of the list previously remembered using PushListPosition().

参数

List() The name of your list variable, created with the NewList function. You must include the brackets after the list name.

返回值

无.

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.

参阅

PushListPosition(), SelectElement(), ChangeCurrentElement(), NextElement(), PreviousElement(), ForEach

已支持操作系统

所有

<- NextElement() - List Index - PreviousElement() ->