'listin' is similar to 'in', except 'listin' expects the left argument to be a text field with multiple values separated by commas. If the the left argument contains only single values, then 'listin' is equivalent to 'in'.
Note: ALL BLANKS ARE IGNORED.
ERRORLIST listin 'E1'
ERRORLIST listin 'E1,E10'
TextField listin TextStr1
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
TextField | Text | Field, Constant | Contains multiple items delimited by commas. | No |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
TextStr | Text | Field, Constant | Single or list of comma seperated values | No |
Type: Boolean
1=at least one item in field is in list; 0 otherwise