D$ONEOF parameter

From m204wiki
Revision as of 21:38, 15 May 2025 by Ekern (talk | contribs) (Summary)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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