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.
Discussion (3)0
Comments
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.
Thanks for your help
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.