Description
The FormatPercent() function returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
This function has the form:
FormatPercent(expression [,NumDigAfterDec [,IncLeadingDig [,UseParForNegNum [,GroupDig]]]])
Parameter | Description |
---|---|
expression | (required) The expression to be formatted |
NumDigAfterDec | (optional) Indicates how many places to the right of the decimal are displayed. Default is -1 (the computer's regional settings are used) |
IncLeadingDig | (optional) Indicates whether or not a leading zero is
displayed for fractional values:
|
UseParFor NegNum |
(optional) Indicates whether or not to place negative
values within parentheses:
|
GroupDig | (optional) Indicates whether or not numbers are grouped
using the group delimiter specified in the computer's regional settings:
|
Miscellaneous Information
Supported in Version: | 2.0 |
---|