Bit of code:<br><br>print sorted(results.items(), key=operator.itemgetter(1))<br><br>Would rather use 'H9', which is the name of the key in position 1 like:<br><br>print sorted(results.items(), key=operator.itemgetter('H9'))<br clear="all">
<br>Obviously that ain't work else I wouldn't be sending this email. Any tips?<br><br>-- <br>Wells Oliver<br><a href="mailto:wells@submute.net">wells@submute.net</a><br>