Go To Documentation Main IndexMain Index
Go To TIPS, Inc.TIPS Home
check_input

check_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