in reply to Re: (tye)Re: parsing CSV file with embedded commas (fortunately, fixed-width) - is unpack the solution?
in thread parsing CSV file with embedded commas (fortunately, fixed-width) - is unpack the solution?

"a$n" pulls out the next $n characters of text as a string. "A$n" does the same thing but strips spaces and "\0"s from the end. "x$n" skips $n bytes.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re2: parsing CSV file with embedded commas (fortunately, fixed-width) - is unpack the solution?