I have Enum variable which has values a,b,c. Based on certain condition i have to set value 'b' to the enum variable.
Is it possible with enumeration? If so, what should I mention in change object?
I have Enum variable which has values a,b,c. Based on certain condition i have to set value 'b' to the enum variable.
Is it possible with enumeration? If so, what should I mention in change object?