I have a very ugly COBOL record descriptor, and need to parse the record
into a semicolon delimted format. For this particular record
type, the first two bytes comprise the first field, the next four, etc.
etc. I suspect an array would make life easy, as I can assemble the
final 'product' with a join command. Any ideas?