<div dir="ltr"><div dir="ltr">On Fri, Jul 5, 2019 at 10:37 PM Ryan Joseph <<a href="mailto:genericptr@gmail.com">genericptr@gmail.com</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
String constant too long while ansistrings are disabled<br>
<br>
Regards,<br>
Ryan Joseph<br></blockquote><div><br></div>Getting that with "var SomeString: AnsiString = " should be (and is) impossible at all times.<div><br></div><div>Getting that with "var SomeString: String = " only *maybe* should be (but is regardless) impossible at all times.<br><div><br></div><div>Getting that with "const SomeString = " when in {$H-} is expected at all times.</div><div><br></div><div>Getting that with "const SomeString = " when in {$H+} should be (and is) impossible at all times.<br></div></div><div><br></div><div>Typed constants / variables and untyped constants are *not* the same thing. </div></div></div>