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.

@CR

Windows Linux macOS

Syntax

@CR()

Description

This function returns a carriage return character. You use it to create output on multiple lines, or to send an Enter keystroke in a WINDOW SEND command.

OK

Unchanged.

Example

%A = This is the first line of output
%B = This is the second line
INFO %A@CR()%B

See also