RWA_NEWLINES
Example |
Purpose
Appends a specified number of line breaks to a string.
Syntax
RWA_NEWLINES(vString, Lines)
Parameters
vString A variable containing the string to which the line breaks will be appended. On return, the variable contains the modified string. If the string does not exist, it is created.
Lines The number of line breaks to be appended.