James Richters via fpc-pascal <fpc-pascal@lists.freepascal.org> 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  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to