This command is used to set the behaviour of this plug-in when setting values. The following bit values are valid and can be combined:
- 1 - trigger an error if when settings a value if the key is an empty string (deny empty key).
- 2 - erase rather than set if the value being set is an empty string (erase blank data).
If your lookup contains an empty key, and you set the 'deny empty key' flag, an error will be triggered.
If your lookup contains keys with empty values, and you set the 'erase blank data' flag, those entries will be erased immediately.
The default mode for a newly created lookup table is 0. |