VMS Help FORTRAN, Error Messages, Run Time Errors, General, INVREFVAR *Conan The Librarian (sorry for the slow response - running on an old VAX) |
NUMBER: 19 ERROR CODE: F MESSAGE TEXT: invalid reference to variable "varname" in namelist input EXPLANATION: The name of the variable in error is substituted for "varname" in the message text. One of the following conditions occurred: o The variable was not a member of the namelist group. o An attempt was made to subscript the scalar variable. o A subscript of the array variable was out-of-bounds. o There were too many or too few subscripts for the variable. o An attempt was made to specify a substring of a noncharacter variable or array name. o A substring specifier of the character variable is out-of-bounds. o A subscript or substring specifier of the variable was not an integer constant. o An attempt was made to specify a substring using an unsubscripted array variable.
|