The Percent function returns (value * percent) / 100.0.
Syntax
|
The Percent function returns (value * percent) / 100.0. |
|
Percent(value, percent) |
|
Arguments: |
|
|
value |
Numeric - A numeric. |
|
|
percent |
Numeric - A numeric. |
Remarks
- Example: Percent(120, 8) returns 9.6.
Comments
0 comments
Article is closed for comments.