@CR

Top  Previous  Next

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: