Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.126 dblfarr

dblfarr(file, dimensions [, offset=offset, /readonly, /swap])

Links a double array dimensional structure with the specified dimensions to the specified file. dimensions may be an array, or up to #max_dims arguments containing one dimension each. No file checks are made. offset indicates the length in bytes of a header after which the array data is to be found. It defaults to zero. Keyword /readonly disallows writing into the file through the file array. Keyword /swap indicates that the data should be byte-swapped after reading (for input only).

See also: array, File Arrays, #max_dims