Posted by Jason Wallace on December 19, 2007 at 14:43:35:
When sorting the System Monitor (=I.M), I have discovered that the PRTYHEX field does not sort hexadecimal values properly. For instance, when I issue the command "SORT PRTYHEX D", I expect to see all of the items sorted in descending order from FF to 00. Instead, it sorts by number first, then by letter:
F7
F5
FF
FE
FB
EF
C5
C4
C2
I would like to see all items with priority of FF come first:
FF
FE
FB
F7
F5
EF
C5
C4
C2
We are using IOF 8C, and our last updates were on 27Sept2007.
Any ideas?