Reg. Macro's Value print

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.

write this way: info(strFmt("%1", #Test));