in reply to headache with arrays.
etc ... and what I want to do is to count the number of times that, far example, the first value is within the range -180 to -170 when the second value is within the range -120 to -130. So, in this example, only the top entry is within the required range. I have a number of 'ranges' to look at in the same text file, so I thought it might be a good idea to add all the times a particular value 'set' was within a particular range and then add it to a particular array (appropriately named) and then count them all at the end. Anyway, thats what I thought. If anyone could suggest a good way of tackling this properly, it would be very much appreciated.-175 -120 -175 -135
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: headache with arrays.
by punkish (Priest) on Sep 20, 2004 at 16:40 UTC | |
|
Re^2: headache with arrays.
by jdporter (Paladin) on Sep 20, 2004 at 20:03 UTC |