If I want to take an integer from another integer and come up with a percentage based on the difference between the 2 numbers,
Is modulo the right way to go about it or does someone have a better way or code where they have done similar ?
Thanks
No, modulo doesn't seem relevant here. I'm not quite clear what the value is that you're trying to derive, though. Do you mean you want the difference between two numbers as a percentage of one of the numbers? If so, which one?