Sc_confirm text with variable

I saw that in the sc_alarm macro it is possible to insert text with variables eg:
sc_alert (‘Data retrieved:’.[T]. ‘Do you want to load them ??’);
but I would like to use sc_confirm and I have seen it doesn’t work the same way
Any suggestions?