K
kiln
Does anyone know how to get the verbose value of a constant's values?
For instance, I'm working with the OWC10 pivot table. The ViewChange
event has many Reason params, which return an integer. I'd like to
debug.print the verbose value of the enum, for instance
plViewReasonAlignmentChange
rather than the integer it represents (18) so I can figure out what is
firing when.
For instance, I'm working with the OWC10 pivot table. The ViewChange
event has many Reason params, which return an integer. I'd like to
debug.print the verbose value of the enum, for instance
plViewReasonAlignmentChange
rather than the integer it represents (18) so I can figure out what is
firing when.