A
alex
I need to retrieve and use the definition string
associated to a constant in an external referenced module.
Example: In the module there is a Enum SettlementType
wich has 2 members with these definitions:
en SettlementElectronic Electronic transmitted bill: 0
enSettlementPaper Paper: 1
How can I retrieve these values?
Can you help me?
Thanks
Ale
associated to a constant in an external referenced module.
Example: In the module there is a Enum SettlementType
wich has 2 members with these definitions:
en SettlementElectronic Electronic transmitted bill: 0
enSettlementPaper Paper: 1
How can I retrieve these values?
Can you help me?
Thanks
Ale