In this context* "enumeration" just means "the number of"....
another_martink wrote:
What are enums?
So they are just the
numeric identifier of the lookup value.
another_martink wrote:
How do the work/function?
They don't really "work" as such, if you choose your lookup to pass back a numeric id rather than a code value, then the "number" will be stored on the database rather than the "code" when you associate the lookup to an attribute
another_martink wrote:
How do their value get determined?
Its up to
you when you create the lookup values.
another_martink wrote:
Are they for static lookups only?
Sort-of ; you could of course build a dynamic lookup that returned a numeric value rathen than a code, but I would not think that the same "enumeration" term would be used to describe that (that would just be a "dynamic lookup which returned a number") :unsure:
(* which, even as a native English (only) speaker I don't think its good English! :wacko: )