Am 05.07.2019 um 19:36 schrieb Ben Grasset:
On Fri, Jul 5, 2019 at 1:14 PM Ryan Joseph <generic...@gmail.com <mailto:generic...@gmail.com>> wrote:

    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?


I don't think it's really true that you'll *always* need long strings for multi-line stuff, however, if you're concerned about this in general there is in fact a way to switch between {$H+} and {$H-}:
Right! I forgot that $H is a local directive, not a global one! 🤦‍♀️

Regards,
Sven
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to