I want to use the ENUM keyword in manner described under '.NET enumerated types' in FTN95 help, but when I use syntax shown there (see below), I get a syntax error on the ENUM statement. I cannot find any other reference to the ENUM keyword in any other section of the help. The example below, given in help, also generates a syntax error when compiled. Any help would be appreciated.
CHARACTER(LEN=60),PARAMETER::CONVENTION='System.Runtime.InteropServices.CallingConvention' ENUM(CONVENTION)::MY_CONVENTION