Guest_imported
New member
- Jan 1, 1970
- 0
I am writing a program to 3up split a file, so I find the total record count and divide it by 3 , to a variale, so is there a way to round it up at the same time. something like this: nVarable = (reccount() / 3)
but if the result is 150.5 I need 151 to be in nVarable.
any help I appreciate.
Thank you in advance,
-Mike
but if the result is 150.5 I need 151 to be in nVarable.
any help I appreciate.
Thank you in advance,
-Mike