RemoveLastReadListMember

Top  Previous  Next

×V3.0.2Ø

S

A

W

WS

ü

ü

Syntax -

       RemoveLastReadListMember <List Name>

               Where:

                       <List Name> is the user defined name that is assigned to the list.

               

Description:

This command is used to remove a list member from the list specified by <List Name>.   The list member that is removed is the last one that was read with the GetListMember command.  If the last read list member has already been removed with this command, then this list member cannot be removed again.   Likewise, if no records have be read from the list with the GetListMember command, then the last read list member cannot be removed.

 

Sample:

       This statement will remove the last list member that was read from the list Patients.

RemoveLastReadListMember Patients