M
Matt
Say I have an array with times and temps:
1:00 75
2:00 77
3:00 78
..
..
..
and so on. I would like to find a function that looks for the first
temp that is over some user-defined temp (76 for example). So in this
case, the result would be 2:00.
Any ideas??
1:00 75
2:00 77
3:00 78
..
..
..
and so on. I would like to find a function that looks for the first
temp that is over some user-defined temp (76 for example). So in this
case, the result would be 2:00.
Any ideas??