Talk:Data.FmtBcd.NormalizeBcd

From RAD Studio API Documentation
Jump to: navigation, search

Feedback on incorrect parameter names in description

These two parameter descriptions have the wrong names:

Prec is the number of significant digits in OutBcd.
Scale is the number of decimal places in OutBcd.
  • Prec should be Precision.
  • Scale should be Places.

These are the names in the actual function prototypes at the top of the Wiki help page and also in the source code. Note that in releases prior to XE2 the parameter names were Prec and Scale.

Response

Thanks for the tip! I've corrected the text for NormalizeBcd.

KrisHouser 15:04, 6 February 2012 (PST)

RAD-10538