GetListCount |
Top Previous Next |
×V2.1Ø
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:
|