Page 1 of 1

a % b function in Designer?

Posted: Thu Nov 11, 2010 7:12 pm
by Tarzin
Hello,

How can I use an a%b function in Designer?
% is not accepted in Designer and a%b is interpreted as an error

Thanks for advance!

Re: a % b function in Designer?

Posted: Sat Nov 13, 2010 8:24 pm
by airsoftsoftwair
You have to escape the percent sign, i.e. a %% b. This should work.