[/QUOTE]
Years ago I would have written some C code to parse this file.
I’d suggest bringing the file into a text editor and simplifying it.
Do a global replace of all ‘{’, ‘(’, ‘)’, and ‘}’ with spaces.
Then replace all ‘;’ with ‘returns’. It will probably still need a
little tweaking after doing the above replaces. But you’d have
gone a long way towards your goal. Do you use Excel? It’s a
nice utility for reformatting data files. I use it a lot.