Count Elements In Enumeration

Hi

How can I count the number of items of an enumeration?

That’s not possible.

Thanks.

I’ve noticed you asking a few questions about enumerations lately.
What is it your trying to do with then where you need the names of the members, the enumeration, etc ?

[quote=61639:@Norman Palardy]I’ve noticed you asking a few questions about enumerations lately.
What is it your trying to do with then where you need the names of the members, the enumeration, etc ?[/quote]
I have wondered this.

if the enumeration is sequential I usually define one last one which is the maximum.
but enumerations do not need to be sequential
a = 1, b=3, c=4, max=?