Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.

@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

See also