mIRC Homepage
http://pastebin.com/f3637ff1e

I want the script to search through all items in an INI file under a specific category and return the item & value which has the highest number value.

For example, looking at the link above, the script would search through the INI under [category], search through each item for a value which has the highest numeric. In this case, the script would return: pft=31
The code would be the same as what was given to you previously. The only difference will be two extra variables to keep track of the highest item and its value and then comparing the value with each iteration of the loop.
Yeah, I got it. Thanks again :P
© mIRC Discussion Forums