what is the diff. between vbcrlf and vbcr
and what is the longform of both
Basically, the "vbcr" puts the cursor on the next line, but in the same column as the line before. The "vbcrlf" puts the cursor onto a new line and to the far left, or the start of the line.
Comment