[quote user="David Harris"]
I haven't personally used Plato, but it sounds like it's generating the standard RQUOTES.R file expected by the (now ancient) rescom resource compiler. If so, then you need to terminate each line in the source file with a \n sequence. For arcane reasons, it's not enough just to shift the \n around in the line (so, you can't have text following it on the line) - you actually have to end the line with \n and move the excess text to the start of the next line. Note also that the \n must appear INSIDE the quoted string.
Hope this helps.
-- David --
[/quote]
Yessir, yessir, been there , done that, got the T-shirt. rquotes.r is indeed the file that Plato is generating. It also generates a filename.lsq file which I have no idea of it purpose in life. It appears to be a copy of the rquotes file without the formatting characters.
I have rearranged the formatting as you describe but it has no affect.
text x
{
"xxxxxxxxxxxxxxxxxxxxx \n",
"yyyyyyyy \n",
};,
Simply causes Plato to add the line xxxxxxxxxxxxxxxxxxxxx, or yyyyyyyy. Never both. One would think that the { }', signs would mark the beginning and end of the quote. Nope, dunno how the dern thing is working. The formatting works if the file is compiled by Plato at the specified line length but I have not found a way to edit it and force the linefeed. Editing the .lsq file is equally futile.
[quote user="David Harris"]
<P>I haven't personally used Plato, but it sounds like it's generating the standard RQUOTES.R file expected by the (now ancient) rescom resource compiler. If so, then you need to terminate each line in the source file with a \n sequence. For arcane reasons, it's not enough just to shift the \n around in the line (so, you can't have text following it on the line) - you actually have to end the line with \n and move the excess text to the start of the next line. Note also that the \n must appear INSIDE the quoted string.
Hope this helps.
-- David --</P>
<P>[/quote]</P>
<P>Yessir, yessir, been there , done that, got the T-shirt.&nbsp; rquotes.r is indeed the file that Plato is generating.&nbsp; It also generates a filename.lsq file which I have no idea of it purpose in life.&nbsp; It appears to be a copy of the rquotes file without the formatting characters.</P>
<P>I have rearranged the formatting as you describe but it has no affect.&nbsp; </P>
<P>&nbsp;text x
&nbsp;&nbsp; {
&nbsp;&nbsp; "xxxxxxxxxxxxxxxxxxxxx \n",
&nbsp;&nbsp; "yyyyyyyy \n",&nbsp;</P>
<P>};,</P>
<P>Simply causes Plato to add the line xxxxxxxxxxxxxxxxxxxxx, or yyyyyyyy.&nbsp; Never both.&nbsp; One would think that the {&nbsp;&nbsp; &nbsp;}', signs would mark the beginning and end of the quote.&nbsp; Nope, dunno how the dern thing is working.&nbsp; The formatting works if the file is compiled by Plato at the specified line length but I have not found a way to edit it and force the linefeed.&nbsp; Editing the .lsq file is equally futile.</P>
<P mce_keep="true">&nbsp;</P>