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

@UPPER

Windows Linux macOS

Syntax

@UPPER(<string>)

Description

This function returns the string <string> converted entirely to upper case characters.

OK

Unchanged.

Example

%S = @UPPER(The quick brown fox)
REM %S now contains THE QUICK BROWN FOX

See also