It’s been a long time since I’ve dealt with records and can’t figure out the best way to doing the following:
I need to create a list of records. There will be 32 records in the list and each record will have 21 property/value pairs. The data is coming from a text file. Each paragraph in the text file will correspond to one of the property/value pairs. The text file contains only values and the order remains constant throughout the file. (i.e. for each set of 21 paragraphs the data corresponds to the same property/value pairings (I hope that made sense).)
Whats the best way to go about this?
Thanks in advance,
Brad Bumgarner