in reply to Parse fixed-length ascii table

It can be unreliable to depend on being able to parse the names of the columns in a fixed-width ASCII table. But often there are other ways to find that answer, for instance from finding the locations of spaces between dashes right below the titles. For an example of how to do that see Locate char in a string.
  • Comment on Re (tilly) 1: Parse fixed-length ascii table