Next: HRENAME Up: HREAD Prev: Parameters

Examples

Read values sequentially from the ASCII file VALUES.DAT into DATA_ARRAY

  > hread values.dat file.data_array
  
Same as above but values read from a binary file

  > hread binary values.dat file.data_array
  


Next: HRENAME Up: HREAD Prev: Parameters