Search found 1 match

by chono
Wed Mar 05, 2014 6:27 am
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2532940

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/ ) {