Generally we can't execute the macros directly in terminal, studio output. The Macro preprocessor aka MPP do converts the marcos into the expression or function at the time of compilation. So, You can open and use the .int file for the specific code.
Test.mac
macromac
write$$$EnsMajorVersion;
Test.int
macromac
write$system.Version.GetMajor() ; Get the relevant value of macros and execute it in terminal or output window.
- Log in to post comments
.png)
.png)
.png)
.png)
.png)
.png)
.png)