Could anyone fill me in on how this function is used?
I am using a simple division problem and using the ceil() command to round up to output the number of pages, but it is looking like there is a simpler way to do this, and I think by elimating the way I am doing it now, I can stop myself from any agony later in coding.
This is one of my first coding ventures, so alot of stupid questions like this will come up.
Thanks.
Quote:
Originally Posted by bfoot045
Could anyone fill me in on how this function is used?
I am using a simple division problem and using the ceil() command to round up to output the number of pages, but it is looking like there is a simpler way to do this, and I think by elimating the way I am doing it now, I can stop myself from any agony later in coding.
This is one of my first coding ventures, so alot of stupid questions like this will come up.
Thanks.
|
Never Mind, got it figured out.