D$ONEOF parameter

From m204wiki
Revision as of 23:55, 13 May 2025 by Ekern (talk | contribs) (Summary)
Jump to navigation Jump to search

$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

? ?