Very simple request:
Tell me what I'm doing wrong here. This is frustrating me.
So, something like this,
messageClient(%client, '', '\c2\%a + \%b = \%c');
I tried this too:
messageClient(%client, '', '\c2%a + %b = %c');
It would just print "a + b = c"
I would like it to display the variables instead of a, b, and c.