| string |
|
An input string to search for a monetary or numeric value. |
| [start] |
1 |
The column in string at which to begin searching for the value. |
| [digits] |
2 |
The number of digits, in the range 0 to 5, to assume follow the decimal. If the actual number of digits that follow the decimal is less than digits, Enrichment pads the return with zeroes. If the actual number of digits that follow the decimal exceeds digits, Enrichment rounds the return at digits. It does not round characters beyond the digits value. |
| [format] |
1 |
One of the following to indicate the monetary or numeric format to search for: |
| |
|
0 |
($xxx,xxx.xx) |
| |
|
1 |
$(xxx,xxx.xx) |
| |
|
2 |
-$xxx,xxx.xx |
| |
|
3 |
$-xxx,xxx.xx |
| |
|
4 |
$ xxx,xxx.xx- |
| |
|
5 |
xxx,xxx.xx (no negatives) |
| |
|
6 |
( xxx,xxx.xx) (no currency symbol) |
| |
|
7 |
xxx,xxx.xx (no currency symbol) |
| |
|
8 |
xxx,xxx.xx- (no currency symbol) |
| |
|
9 |
xxx,xxx.xx (no negatives or currency symbol) |
| |
|
10 |
$ xxx,xxx.xx DR |
| |
|
11 |
xxx,xxx.xx DR |
| [symbol] |
$ |
One character that identifies the currency symbol, if any, to search for. Two quotation marks with no intervening space indicates a null symbol value. |
| [separator] |
, (comma) |
One character that identifies the thousands separator, if any, used in the value. Two quotation marks with no intervening space indicates a null separator value. |
| [decimal] |
.(period) |
One character that identifies the decimal character, if any, used in the value. Two quotation marks with no intervening space indicates a null decimal value. |