Usage of sc br
Posted: 30 Apr 2012 20:18
Help file says:
still does the line breaking.
What am I doing wrong?
Some embarrassing attempts:
Butbr;
Prevent any line breaking in commands copytext, msg, and text.
Code: Select all
br; echo "well <crlf> done";What am I doing wrong?
Some embarrassing attempts:
Code: Select all
echo br("well <crlf> done");Code: Select all
br echo ("well <crlf> done");Code: Select all
br (echo "well <crlf> done");