VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@ITEMS
Syntax
@ITEMS( <list>)
Description
The <list> argument must be the identifier of a LIST type dialog element that has the MULTI style. The function returns a string containing the items that have been selected in the list box, separated by carriage return characters. The results can be assigned to a string list for easy processing of the individual values.
If only a single item has been selected, the result is the same as if the function @ITEM( <list> ) had been used, but this function is less efficient.
OK
Unchanged.