6.1  Numeric Data File

A numeric data file contains a list of integer or real numbers that can be accessed as a one dimensional array. Multiple numbers can be listed on each line. Comment and blank lines may also be included. You can optionally include a check sum to ensure the integrity of the data.


Here is an example data file containing integer values:


In this example of a real number data file, hexadecimal format is used so that their binary representation is precise.

Data File Syntax

String Data File