GetListCount

Top  Previous  Next

×V2.1Ø

S

A

W

WS

ü

ü

Syntax -

GetListCount  <Variable Name> <List Name>

       Where:

       <Variable Name> is the user defined name that is assigned to the variable.

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

               

Description:

This command is used to retrieve the total count of the records (list members) in the list, defined by <List Name> and stores it as the <Variable Name>.

 

Sample:

       The following sample will return the number of records in the list named Accounts and store it in the variable ListCount.

GetListCount ListCount Accounts

 

See Also:

CreateList

DisposeList

ListExists

FindListPosition

GetListMember

GetListPosition

PutListMember

SetListPosition