swprabhu
7 years agoOccasional Contributor
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...
- 7 years ago
Hi,
You need to use
Brept = kind.get( Brep )
instead of
Brept = kind.Brep