Previous Topic: %AttValidationNext Topic: %AttributeDefault


%AttributeDatatype

Returns the datatype of the current attribute.

Syntax

%AttributeDatatype

Syntax Example

%ForEachAttribute() {

%AttName -> %AttributeDatatype

}

Expansion

master-number -> int

movie-copy-number -> int

general-condition -> varchar(5)

Usage

Classified as an Attribute macro.