ok... I have ym data figured out a little better... i hope this comes out making sense...
Each line of data starts with '<' or '@'
each line is seperated by a carriage return
here is an example of one of the lines:
<ra(1,0,K,100,0,0,75%)p(0,0,0,9,0,0,g,"U.S. English")><*t(5.354,0,"1 "25.242,0,"1 "65.782,0,"1 "109.381,0,"1 "134,1,"1 "190,1,"1 "246,1,"1 "300,1,"1 "357,1,"1 "409,1,"1 "460,1,"1 ")> <B> A <U>+<U>.015" B <U>+<U>.010" B<->1 <-U>+<U>.005" <k20> <k$> C <U>+<U>.005" D <U>+<U>.010" <k-20> <k$>D<->1 <-U>+<U>.010" <k20> <k$>E <U>+<U>.010"
all I need to do is seperate these lines into three parts
the first part being everything like this:
"<%>" or "@%:"
("%" represents unique data that will change from line to line)
the second part is everything in that line after that until
<%>, which is the third part
does that make sense?
Thanks mucho
-=Lazzerous=-