Expands the macro code within the braces and writes the result to a file.
Syntax
%File(<filename>) {
<macro code>
}
Syntax Example
%File(C:\erwin\Data Modeler\myfile.txt) {
%ForEachAttribute() {
%AttName}
}
Expansion
/*Creates a file and writes the results to it. */
Usage
Classified as a Miscellaneous macro.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|