Previous Topic: %MinNext Topic: %Or(,)


%Not()

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.