Is there currently a way to include a line break in the value of a RAW argument?
It would seem that it is not possible, which is fine, but I prefer to ask here first before assuming that.
Thanks.
Inserting {=CRLF=}
should work.
Thanks, but it does not work, at least using this script for testing.
test_multiline_args asd
[[
OTHERARGS
a text line {=CRLF=}
another text line
]]
{=CRLF=}
is passed literally.
Yes. It will work if you put everything in one line. The Evaluator seems to skip over multiple lines built with [[
and ]]
.
1 Like