Sets the default characters (case insensitive) to be accepted in Boolean fields
| Call | |
| #include <vv_bool.h> | |
| void se_boolch(boolyes_ch, boolno_ch) | |
|
UCHAR boolyes_ch |
Character that indicates Boolean TRUE |
| UCHAR boolno_ch | Character that indicates Boolean FALSE |
| Returns
None |
|
| Description
se_boolch() sets the global variables that indicate the default characters to be allowed in Boolean fields. When a Boolean field is defined, these global values are copied to the allowed Boolean members in the field structure. These values will be used by the field validation and conversion functions. Use sf_boolch() to change the allowed Boolean characters for a specific field. |
|
| Related Functions | |
| Cautions
se_boolch() does not change the allowed Boolean characters for any fields defined before it is called. se_boolch() is a macro and does no error checking. Macros are not listed by the VCS error reporting system. |
|