Yepp, you can create any kind of conditions, so that is a perfectly valid example.Can you do group not checks? EX:
[/b]Code:!(A & B & C) -> D = 1;
CAUTION: Just note that if you do not assign a value to D before that it will never revert to 0 (variables are kept through each execution), like so:
Although that would be the same as (for 0/1):Code:D = 0 !(A & B & C) -> D = 1;
Code:D = !(A & B & C)


LinkBack URL
About LinkBacks




Reply With Quote





Bookmarks