James Richters via fpc-pascal <[email protected]> schrieb am
So., 5. Dez. 2021, 19:06:
> Is there some way I can do {$Q-} before my check then restore it to
> whatever it was before after it? (for example if it was already set to
> {$Q-} in the compiler, I would not want to turn it back on)
> Is there a way to do a temporary override for the one line?
>
{$push}
{$Q-}
// whatever code you need
{$pop}
Regards,
Sven
>
_______________________________________________
fpc-pascal maillist - [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal