La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.

@LOWER

Windows Linux macOS

Syntax

@LOWER(<string>)

Description

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

OK

Unchanged.

Example

%S = @LOWER(The Quick Brown Fox)
REM %S now contains 'the quick brown fox'

See also