Hi Pioneers,
Kindly help me to solve following issue:
I declared a macro as follows:
#define.Test(32)
if I want to prnt the value of this macro, then I used following syntax :
info(strfmt(#Test));
But above syntax of printing is throwing error…Please help me regarding that.