Using the %cr, %crlf, and %lf Variables
<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Script Programming > Internal Script Variables > Using the %cr, %crlf, and %lf Variables |
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