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