D$ONEOF parameter

From m204wiki
Jump to navigation Jump to search

Summary

Default value
;
Parameter type
User
Where set
Any user
Related products
All
Introduced
Model 204 version 6.1
Example
b
%x is float
%x = $ONEOF('MALE','MALE;FEMALE')
print %x
end
%x is 1 in this case