I am looking through InstallScript code.
With integers, I use the% operator modulo. I am not familiar with it in the lines.
if (szSomeString % szSomeOtherString) then // do something endif;
What is this reduction?
I understand that this should be simple for Google, but I have not found any luck yet.
source share