This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

constant macro

Hello,

can I print the  macros like __MODEL__? Would it be possible to do this in an batch file in Options / User?

Thanks in advance

Parents
  • I'm not aware of any way to list all predefined macros that are used in a project. I checked the .lst and .map files, but they don't list these symbols.

    The number of predefined macros is quite limited. You could use grep (or find in files) over your complete project to find if and where such macros are used.

Reply
  • I'm not aware of any way to list all predefined macros that are used in a project. I checked the .lst and .map files, but they don't list these symbols.

    The number of predefined macros is quite limited. You could use grep (or find in files) over your complete project to find if and where such macros are used.

Children