Expands the macro code within the braces and writes the result to a file.
Syntax
%File(<filename>) {
<macro code>
}
Syntax Example
%File(C:\CA ERwin Data Modeler\myfile.txt) {
%ForEachAttribute() {
%AttName}
}
Expansion
/*Creates a file and writes the results to it. */
Usage
Classified as a Miscellaneous macro.
Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |