Question Padmapriya Udhayakumar · Feb 23, 2018

Need a explanation for macro $$$Fza

I would like to know the workflow of  macro $$$Fza . If you explain me with example that will help.

Comments

Eduard Lebedyuk · Feb 23, 2018

That's not a system macro.

Try searching (Edit -> Search in Files) for: '#define Fza' in'*.inc'

That should find you a macro definition.

Or you can check int code (Ctrl + Shift + V) to see what it compiled into.

0
John Murray · Feb 23, 2018

Based on your previous post I'm betting that your site has an INC file with content something like this:

#define Fza $za

Maybe the INC file also uses #if conditions to substitute different text when it's being used to build routines targeting different implementations of the M language.

0