Performs a "logical NOT" on the Boolean predicate defined by <macro code>.
Syntax
%Not(<macro code>)
Syntax Example
%ForEachAttribute() {
%If(%Not(%==(%AttributeDatatype, int))) {
%AttName}
}
Expansion
general-condition
Usage
Classified as a Miscellaneous macro that you can use globally and with %If.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|