in reply to Re^2: find min, max and average
in thread find min, max and average
The issue that i need to get fixed with is that there will be five lines of tags(httpSample tags) then a empty line then another five lines of tag(httpSample tags) then an empty line and so on it goes in this format. Now i need to calculate the minimum and maximum of these each set of five lines(lt value of httpSample tags) seperately and display it.( for the same code listed above, in this thread). Since there is an empty line in between each set of five tags i couldnt figure out how to retrieve each set of five tags into an array and display the same.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: find min, max and average
by bart (Canon) on May 25, 2011 at 07:28 UTC | |
by techtween (Novice) on May 25, 2011 at 09:52 UTC |