Brewdude,
I see you stopped back in but did not say hello. Have I not given you enough to get you started?

Here is a little proof of concept to start you on your way.
Code:
break on


$filearray = ReadFile('C:\KiXscripts\test.dat')

For $element = 2 to UBound($filearray)
if right($filearray[$element-2],1) = '.'
if $filearray[$element-1] = '----------------------------'
if right($filearray[$element],1) = ')'
$filearray[$element-2] ?
$filearray[$element-1] ?
$filearray[$element] ?
endif
endif
endif
next



Edited by Les (2004-12-21 09:10 PM)
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.