Posted: 28 Aug 2016, 22:45
Any suggestions as to how to embed at a carriage return/line feed in the string output of a script?
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!
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!