VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

@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