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


15.5.327 int64farr

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

Links an int64 array structure with the specified dimensions to the specified file. dimensions may be an array, or a list of up to ten dimensions. The file need not exist. 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: File Arrays, array, int64arr