Using the %cr, %crlf, and %lf Variables

Top  Previous  Next

 

The %cr, %crlf, and %lf internal variables may be used to add carriage control to a string.

 

For example, the following command builds a two line string.

 

SET my_var "line #1" & %crlf & "line #2"

 

These variables may come in handy when sending an email to report an error condition or when writing data to a file.

 

 

See also: Internal Script Variables