readArrays()

Read a file into a set of arrays defined by the format.

Parameters

fileName (string)
The file name.
format (tuple)
A tuple that tells the array's information. For example, (('i',1),('d','*')) or ('d',1).

Return Value

arrays (tuple)
A tuple of arrays.