Testing Field Option Settings

You will need to test the settings for field options for proper conversion of strings and data. The setting of any field option can be tested with a statement like:

if (dfldp->flags & PICSKIP) 

Any of the field options can be substituted for PICSKIP. A non-zero value indicates the option is enabled. A zero value indicates the option is disabled.


Home Contents Previous Next