


If the input file was generated on another computer and a conversion from one INTEGER representation into another one has to take place, then a corresponding file option can be specified.
INTEGER HILO indicates that the current file contains INTEGER values in the following representation: HIGH byte on the left, LOW byte on the right, just as a number in plaintext has the tens on the left and the units to the right of them. Of course, the same is valid for numbers of greater lengths. INTEGER LOHI indicates that the INTEGER values were generated on a byte-swap machine and that therefore the byte with the lowest significance is on the left. If this representation does not coincide with that of the current computer, the order of the bytes will be reversed.


