This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| functions:notflag [2017/07/15 12:31] – created korshun | functions:notflag [2017/07/15 13:33] (current) – korshun | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== notflag ====== | ====== notflag ====== | ||
| + | {{tag> | ||
| '' | '' | ||
| ===== Description ===== | ===== Description ===== | ||
| Returns true if the given flag is **not** set in '' | Returns true if the given flag is **not** set in '' | ||
| + | |||
| + | ===== Examples ===== | ||
| + | < | ||
| + | if (notflag(flags, | ||
| + | { | ||
| + | DoSomething(); | ||
| + | ... | ||
| + | } | ||
| + | </ | ||