The reverse process of converting from enumeration member name to enumeration member value is also available using
x04nac.
Converting enumeration members to and from name and value may be of use when saving a set of problem arguments to file or reading problem arguments from a file for use in an application. In the case of saving problem arguments, any enumeration members to be saved should be saved using their names to be subsequently read as strings. x04nbc can be used to get enumeration member names for writing.
None.
Not applicable.
None.
This example takes a set of NAG enumeration members and checks that the value used has a name that matches the member name.
None.