/sys$common/syshlp/helplib.hlb FORTRAN, Statements, RECORD *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Creates a record consisting of the variables and arrays specified in a previous structure declaration. Statement format: RECORD /str/rnlist[,/str/rnlist...] str Is the name of a previously declared structure. rnlist Is a list of one or more variable names, array names, or array declarators, separated by commas. All the records named in this list have the same structure and are allocated separately in memory. Record variables can be used in COMMON and DIMENSION statements, but not in DATA or EQUIVALENCE statements.
|