NumberFormat() Rounding Up

2001-12-05 Thread Vinny DiDonato
Hello: I have the NumberFormat() func rounding up a number. The result is one integer higher than the original integer. Example: NUMBERFORMAT(5111, '') This yields 5112 on CF 4.5. It's supposed to print 5111. However, if the

RE: CORRECTION: NumberFormat() Rounding Up

2001-12-05 Thread Zac Belado
The first line should read: I have the NumberFormat() func formatting a number with zeros. The result is one integer higher than the original integer. I'm assuming its just a bug in Cf 4.5 Do you just need to pad put the string to a set number of characters? If so then you might want to