Minor Tweak:
There are more than one column (in my log) with "Time" in the name.
So I changed:
if ( $array[0][$i] =~ /Time/ ) {
to:
if ( $array[0][$i] =~ /\bTime\b/ ) {
Search found 1 match
- Wed Mar 05, 2014 6:27 am
- Forum: RaceCapture/Pro General Q&A
- Topic: Data Analysis Software - Motec, Gems, AEM
- Replies: 119
- Views: 2577261