ID:269672
Sep 1 2005, 8:44 pm
|
|
I am having problems using round(). I want it to round the varible Pay1 to the nearest integer. Could someone help me.
|
Sep 1 2005, 9:36 pm
|
|
Without a second argument round() functions like floor(), just make the second argument 1 to get the nearest integer.
|