Previous Topic: %AttributeDefaultNext Topic: %AttributeValidation


%AttributeNullOption

Returns the null option, either NULL or NOT NULL, of the current attribute.

Syntax

%AttributeNullOption

Syntax Example

%ForEachAttribute() {

%AttName -> %AttributeNullOption

}

Expansion

master-number -> NOT NULL

movie-copy-number -> NULL

general-condition -> NULL

Usage

Classified as an Attribute macro.