About Enumerations

An enumeration allows you to define a set of values that a variable can be assigned to. This feature is useful for restricting the possible values that a variable can take.

In addition, you can use enumerations to define human-readable options for variables of Integer (Data Variable Type) or String (Data Variable Type) that are used to store a selected value from a group of possible options.

Enumerations Can Be Defined For

Numeric Data Variables

String (Data Variable Type)

Guides

Define and Limit Options for a Variable by Using Enumerations

Related

Ranges (Data Variable Property)

Dropdown (From Enumeration) (Element)