D
DS
I need to split a currency number into anywhere from 2 to whatever you can
divide it by without going below a whole number.....
How would I do this?
$3.95
Divide by
2 should be $1.97 and $1.98
3 should be $1.31 and $1.32 and $1.32
4 should be .98 and .99 and .99 and .99
etc.
I would return these values to a table, any suggestions on how to do this?
Thanks
DS
divide it by without going below a whole number.....
How would I do this?
$3.95
Divide by
2 should be $1.97 and $1.98
3 should be $1.31 and $1.32 and $1.32
4 should be .98 and .99 and .99 and .99
etc.
I would return these values to a table, any suggestions on how to do this?
Thanks
DS