D$ONEOF parameter
$OneOf item delimiter
This page is under construction.
Summary
- Default value
- 1 (if argument 1 is one of the strings delimited in argument 2). Argument 3 is the delimiter character-- defaults to ';'). Otherwise, returns 0.
- Parameter type
- User
- Where set
- Any user
- Related products
- All
- Introduced
- Model 204 version 7.8
- Example
- $ONEOF('MALE',MALE/FEMALE','/')
- is same as:
- $ONEOF('MALE','MALE;FEMALE') WHICH EQUALS 1
Description
? ?