What does RoundCC mean?

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

I have looked in the help for the meaning of the first
part of the following expression and I have not found the
answer. Sum(RoundCC(IIf([Cost Center]='13601',[Reg $]*0.85

Help says:
Rounds a number to a specified number of digits.
Syntax
ROUND(number,num_digits)
Number is the number you want to round.
Num_digits is the number of digits you want to round to.
Negative rounds to the left of the decimal point; 0 (zero)
rounds to the nearest integer.

I pretty much understand, but in my sample formula what
does CC mean?

Thanks Dennis
 
It sounds like a User-Defined Function (UDF) to round Currency value.

Have you checked for the UDF with the name RoundCC?
 
Back
Top