Synopsis
In calling the FORMAT() built-in function, you supplied a width specifier that is not large enough to format the numeric value. For example, perhaps you specified that you want the integer portion formatted into 2 characters, but the integer value is 3 digits. width is what you specified for the field width. number tells which field width is in error (ie, 2
is the integer field width, and 4 is the exponent field width).