@COUNT
Windows ✓Linux ✓macOS ⏳
Syntax
@COUNT( <list> )
Description
This function returns the number of items in the string list <list>. The parameter <list> must be either a list number or the name of a list dialog element to which the function will apply.
OK
Unchanged.
Example
LIST CREATE, 1, SORTED
LIST LOADFILE, 1, NAMES.TXT
INFO There are @COUNT(1) names in the list
LIST CLOSE, 1