//This give back the option identifer No (Starts with 0)
classVar := format(Class::OptionString);
message(classVar);
//This gives back the Optionstring
Class := 1; //the second Option, or Class := Class::"YOUR OPTION"
classVar := format(Class);
message(classVar);
Comments
Regards