Hi all,
Is there a function for checking whether an integer is divisible by a whole number such as 12 and/or multiples of 12?
Pseudo code:
if the quantity of an item is equal to 12, 24, 36, 48 etc. statement is true therefore echo the divisible number
The quantity is a user inserted value.
Cheers