I have a $num that contains ounces. I need to convert these ounces into pounds and keep the extra ounces. I cannot divide the number by 16 because that gives a decimal, I need the real left over ounces, too.
I need them separated into two variables $ounces and $pounds. Any ideas?
I need them separated into two variables $ounces and $pounds. Any ideas?