Previous Topic: %AttFieldNameNext Topic: %AttId


%AttFieldWidth

Returns the length of the column datatype.

Note: This macro is a legacy macro and is used for logical-only or combination logical/physical models. For any new physical-only models you need to use %ColWidth. For more information on legacy macros and their related new macros, see the topic "Legacy Macros."

Syntax

%AttFieldWidth

Syntax Example

%ForEachAttribute() {

%AttName -> %AttFieldWidth

}

Expansion

master-number -> 0

movie-copy-number -> 0

general-condition -> 5

Usage

Classified as an Attribute macro.