Code: Select all
Enumeration
#NAMESPACE_MY_CONSTANT_ONE
#NAMESPACE_MY_CONSTANT_TWO
#NAMESPACE_MY_CONSTANT_THREE
EndEnumeration
Code: Select all
Enumeration With NAMESPACE_MY_CONSTANT_
#ONE
#TWO
#THREE
EndEnumeration

Code: Select all
Enumeration
#NAMESPACE_MY_CONSTANT_ONE
#NAMESPACE_MY_CONSTANT_TWO
#NAMESPACE_MY_CONSTANT_THREE
EndEnumeration
Code: Select all
Enumeration With NAMESPACE_MY_CONSTANT_
#ONE
#TWO
#THREE
EndEnumeration
In case somebody wants to update them here are a few of the requests:c4s wrote:By the way: When I checked if this was already requested, I noticed that there are a couple of threads for binary enumeration. Now that we have EnumerationBinary (PB5.40), they can be marked as [Implemented].