Currently, I'm checking if the flag is set as follows:
if($dlg(dflags)&(1<<10)) { ... }
Is there a cleaner solution to do it?
—Reply to this email directly or view it on GitHub.