Main Index |
TIPS Home |
check_inputcheck_input (variable)
Data validation flag
Declared as: int
Description:
Indicates whether the called routine should validate the input data or if the data has already been validated by another routine.
Valid values:
0 = do not validate input data - it has already been checked
NOTE: Do not use this option unless you are sure all of the input data
is
valid. Invalid data can cause program aborts!
1 = validate input data
| © 2001 TIPS, Inc. | Doc Version: 5.0 |