@DICT_VINDEX(<csv_string>)
Description
This special variable works with actions bound to an OMR field (RecogType=4) where the OMR field is bound to a dictionary. The parameter returns a string of 1's and 0's corresponding to the dictionary values you specify as a comma-separated list.
Example
In this example, the rule that contains the rr_Get action is bound to an OMR field. The OMR field has three subfields and is bound to the dictionary shown on the right. The values that are specified correspond to the second and third items in the dictionary, so the return value is 011. The rr_Get sets the character values on the three OMR subfields to 0, 1, and 1.
| Action and return value | XML example (if applicable) |
|---|---|
Action: rr_Get("@DICT_VINDEX(Fuel Service,Child Seat)") Return value: 011 |
|