Edit Enumeration Value Dialog Box
- Updated2024-10-09
- 1 minute(s) read
Edit Enumeration Value Dialog Box
Select Edit from the enumeration drop-down menu of any enumeration variable in the Variables View, Execution View, Types Palette, Watch or Station Globals windows to launch the Edit Enumeration Value dialog box.
The Edit Enumeration Value dialog box contains the following options:
- Enter value as string —Edit the enumeration value by entering enumerator strings. If the enumerator has the flags attribute enabled, then you may enter multiple enumerators strings combined by an OR operator.
- Enter value as number —Edit the enumeration value by entering a number.
- Grid Control —Edit the enumeration value by selecting one of the enumerators. If the enumerator has has the flags attribute enabled, then you may select multiple enumerators.
Note
When you enter a new value in one of the three edit controls, the other two controls will be updated with the new value.
Changes are not committed until you press OK . Press Cancel to revert changes.