MacroArgs
| FREE |
|
Description by Publisher
These macros illustrate one method for passing values from one macro's array to the MacroArgs[] array of another macro.
The zip file contains wp10 macros MacroArgs1.wcm and MacroArgs2.wcm. Place the latter in your macros folder and play the first.
You can change the first line of MacroArgs1.wcm to contain more or less elements. Or, uncomment the x[] array asignment line to override the building of x[] to suit you own test needs.
MacroArgs2.wcm will display each element of the array MacroArgs[]. The odd numbered elements are numbers and the even numbered elements are ordinal numbers. Press Cancel to abort the MessageBox()'s. You then have the option to print each index element of MacroArgs[] in a new file as one element per line.