Hi: I have a data file that goes like this:
set 1 repeats 3
TT, Duration: 3:00
Climb, Duration 2:00
Rest, Duration :30
set 2 repeats 2
Climb, Duration 5:00
Rest,Duration :15
etc
I am wondering if there is a smarter way to deal with this data
I can only seem to think of 2 arrays 1 of set # and repeat count
and the other an array of a record that contains the 'title' and duration component
and i just 'know' that as the item numbers are conected.
feels kludgey but it is all i can come up with