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.

@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