Main Index |
TIPS Home |
ok_tax_rateok_tax_rate (routine)
Validate a given tax rate
Introduced in release: 1.0
Component: Generic
Purpose:
Tests the given tax rate to be sure it is a valid. The value must be greater than or equal to zero and less than or equal to 100.
Results:
The value of the function is true (1) if the tax rate is valid. The value of the function is false (0) if the tax rate is invalid. The variable status will contain the reason it is invalid.
Error Conditions:
The variable status contains a non zero value upon returning from the function when the input contains an error.
4300 = tax rate out of range (0 - 100)
| Last Mod Date: 03/01/1990 | © 2001 TIPS, Inc. | Doc Version: 5.0 |