Enables you to specify a numeric format at run time.
Category: | Special |
specifies a numeric constant, variable, or expression to which you want to apply the format.
is a character constant, variable, or expression with a value that is the numeric format you want to apply to source.
is a numeric constant, variable, or expression that specifies a width to apply to the format.
Interaction | If you specify a width here, it overrides any width specification in the format. |
is a numeric constant, variable, or expression that specifies the number of decimal places to use.
Interaction | If you specify a number here, it overrides any decimal-place specification in the format. |