LogLastReadListMember

Top  Previous  Next

×V3.0.2Ø

S

A

W

WS

ü

ü

Syntax -

       LogLastReadListMember <List Name> [<Delimiter>]

               Where:

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

                       <Delimiter> is a literal string or a variable that contains a literal string.

       

Description:

This command is used to log the contents of a list member or record in the list specified by <List Name>.  The delimiter is an optional parameter that allows the user to specify how individual fields will be separated.  If no value is specified, fields will be separated with spaces.  The list member that is logged is the last one that was read with the GetListMember command.  If the last read list member has been removed with the RemoveLastReadListMember command, then this list member cannot be logged.  Likewise, if no records have be read from the list with the GetListMember command, then the list member cannot be logged.

 

Sample:

This statement will log the last list member that was read from the list Patients with any individual fields separated by commas.  Separating the individual fields will allow the creation of a csv file that can be viewed in excel.

LogLastReadListMember Patients ","