De interface van VDS Renaissance is in meerdere talen beschikbaar. De officiële documentatie wordt in het Engels onderhouden om één consistente en altijd actuele referentie te garanderen.

@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