Previous Topic: %<arithmetic op>(,)Next Topic: %=


%<comparison op>(,)

Comparison operators: ==,>=,>,<=,<,!=,<> used to test a condition between two expressions.

Syntax

%==(<macro code1>, <macro code2>)

Syntax Example

%ForEachAttribute() {

%If(%==(%AttributeDatatype, integer)) {

%AttName}

}

Will list all attributes that have a Datatype of integer

Expansion

master-number

movie-copy-number

Usage

Classified as a Miscellaneous macro.