Xbasic

CRLF Function

Syntax

C CRLF([N count])

Arguments

count

Optional. Default = 1. The number of CR-LF character sequences to generate. Numeric

Description

Returns cr-lf(s).

Discussion

Generates one or more CR-LF character sequences. The CRLF() function inserts the carriage return and line feed characters into a string.

Example

crlf(3)

See Also