Previous Topic: %ForEachKey()Next Topic: %ForEachLogEntity()


%ForEachKeyMem()

Used within the scope of a key (such as %ForEachKey) it expands the macro code for all members of the key.

Syntax

%ForEachKeyMem([<sequence>],[<separator>]) {

<macro code>

}

<sequence> - the number of a specific key member; the default is all key members.

<separator> - the string to be placed between the key members.

Syntax Example

%ForEachKey {

%ForEachKeyMem() {

%AttName

}

}

Expansion

renting-customer

Usage

Classified as an Entity macro that you can use to create a Trigger Override in the Table Trigger Editor (Triggers dialog).