<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Ryan Joseph <<a href="mailto:genericptr@gmail.com">genericptr@gmail.com</a>> schrieb am Fr., 5. Juli 2019, 19:14:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Jul 5, 2019, at 12:10 PM, Ben Grasset <<a href="mailto:operator97@gmail.com" target="_blank" rel="noreferrer">operator97@gmail.com</a>> wrote:<br>
> <br>
> Explicit "ShortString" variables are still exactly what they say they are in all cases though, of course.<br>
> <br>
<br>
This may present a bit of problem then because you don't appear to be able to opt-in to long strings just for constants. $h+ will always be required for multi-line strings but I don’t want the rest of my “string” types to turn into ansistrings. Is there any solution to this?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Why should they always be required? If your multiline string is shorter than 256 characters then all is well.</div><div dir="auto"><br></div><div dir="auto">And otherwise you'd have the same problem with an ordinary string constant.</div><div dir="auto"><br></div><div dir="auto">So this behaves exactly as expected and desired. </div><div dir="auto"><br></div><div dir="auto">You can also declare your string as a typed AnsiString constant in $H- mode:</div><div dir="auto"><br></div><div dir="auto">lines: AnsiString = `lorem ipsum`;</div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div></div>