L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.
@COUNT
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