ArrayArrayArrayArray BrainModular BrainModular Users Forum 2016-09-01T04:39:18+02:00 https://brainmodular.org/forums/app.php/feed/topic/5497 2016-09-01T04:39:18+02:00 2016-09-01T04:39:18+02:00 https://brainmodular.org/forums/viewtopic.php?t=5497&p=35737#p35737 <![CDATA[How to embed a carriagle return/line feed in a scripted output string?]]> trace ('line1'+#13+#10+'line2');
trace ('line1'+#13#10+'line2');

Maybe it depends where you're using it?

Statistics: Posted by shawnb — 01 Sep 2016, 04:39


]]>
2016-08-31T23:19:00+02:00 2016-08-31T23:19:00+02:00 https://brainmodular.org/forums/viewtopic.php?t=5497&p=35735#p35735 <![CDATA[How to embed a carriagle return/line feed in a scripted output string?]]> Statistics: Posted by ahonoe — 31 Aug 2016, 23:19


]]>
2016-08-29T03:44:13+02:00 2016-08-29T03:44:13+02:00 https://brainmodular.org/forums/viewtopic.php?t=5497&p=35722#p35722 <![CDATA[How to embed a carriagle return/line feed in a scripted output string?]]> str := 'Newline' + #13 + #10

I haven't tried this, but it'd be the first thing I'd try...

Statistics: Posted by shawnb — 29 Aug 2016, 03:44


]]>
2016-08-28T22:45:57+02:00 2016-08-28T22:45:57+02:00 https://brainmodular.org/forums/viewtopic.php?t=5497&p=35719#p35719 <![CDATA[How to embed a carriagle return/line feed in a scripted output string?]]>
Something like this:

s:= 'SET_VAR DROP_FILENAME "C:Hollyhockspatchesmake_tr_selector_button_top.pat"' +<CR/LF> +
'SET_VAR DROP_SHORT_FILENAME "make_tr_selector_button";

I've tried adding #13#10 between the two string segments but only the first part of the string is recognised by hh.

Thanks!

Statistics: Posted by ahonoe — 28 Aug 2016, 22:45


]]>
BrainModular BrainModular Users Forum 2016-09-01T04:39:18+02:00 https://brainmodular.org/forums/app.php/feed/topic/5497 2016-09-01T04:39:18+02:00 2016-09-01T04:39:18+02:00 https://brainmodular.org/forums/viewtopic.php?t=5497&p=35737#p35737 <![CDATA[How to embed a carriagle return/line feed in a scripted output string?]]> trace ('line1'+#13+#10+'line2');
trace ('line1'+#13#10+'line2');

Maybe it depends where you're using it?

Statistics: Posted by shawnb — 01 Sep 2016, 04:39


]]>
2016-08-31T23:19:00+02:00 2016-08-31T23:19:00+02:00 https://brainmodular.org/forums/viewtopic.php?t=5497&p=35735#p35735 <![CDATA[How to embed a carriagle return/line feed in a scripted output string?]]> Statistics: Posted by ahonoe — 31 Aug 2016, 23:19


]]>
2016-08-29T03:44:13+02:00 2016-08-29T03:44:13+02:00 https://brainmodular.org/forums/viewtopic.php?t=5497&p=35722#p35722 <![CDATA[How to embed a carriagle return/line feed in a scripted output string?]]> str := 'Newline' + #13 + #10

I haven't tried this, but it'd be the first thing I'd try...

Statistics: Posted by shawnb — 29 Aug 2016, 03:44


]]>
2016-08-28T22:45:57+02:00 2016-08-28T22:45:57+02:00 https://brainmodular.org/forums/viewtopic.php?t=5497&p=35719#p35719 <![CDATA[How to embed a carriagle return/line feed in a scripted output string?]]>
Something like this:

s:= 'SET_VAR DROP_FILENAME "C:Hollyhockspatchesmake_tr_selector_button_top.pat"' +<CR/LF> +
'SET_VAR DROP_SHORT_FILENAME "make_tr_selector_button";

I've tried adding #13#10 between the two string segments but only the first part of the string is recognised by hh.

Thanks!

Statistics: Posted by ahonoe — 28 Aug 2016, 22:45


]]>