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

@LEN

Windows Linux macOS

Syntax

@LEN(<string>)

Description

This function returns the length of <string> in characters. The value 0 is returned if the string is empty.

OK

Unchanged.

Example

%L = @LEN(%A)

See also