Forum Discussion

swprabhu's avatar
swprabhu
Occasional Contributor
6 years ago
Solved

Enumerations

I am trying to validate enumerations but getting an error(null value) though I have created a map 'kind'. How to resolve     //reading the values from a response which has the output like 1,2,3 d...
  • Lucian's avatar
    6 years ago

    Hi,

     

    You need to use

     

    Brept = kind.get( Brep )

    instead of

     

    Brept = kind.Brep