S
ShaneO
Yes, and the file-sizes are evenly divisible by the number of Records.Stephany said:And the last 'record' in the file obeys the fixed-length rule, i.e., the
last byte in the file is &H0?
Yes, whitespaces are &H20. No, sequential &H20's only occur in the TextAnd the next question is, what does the varying amount of whitespace consist
of? Is it a sequence of spaces (&H20)? If so, does a sequence of 2 spaces
occur anywhere else other than within the 'whitespace' areas?
areas as whitespace, but I can't rule-out &H20 appearing in consecutive
bytes within a numeric field.
If it's of any consequence, "Deleted" records are filled with &HFF, but
still delimited with &H0.
ShaneO
There are 10 kinds of people - Those who understand Binary and those who
don't.