O
Ole
Hi,
I'm looking for an easy way to sort the string array returned by
"SerialPort.GetPortNames()" so that the names are in the correct numeric
order instead of alphabetic order:
COM1
COM2
COM10
Instead of:
COM1
COM11
COM2
That is wahat is returned by the Array.Sort method.
Is there an easy way to obtain that?
Thanks
Ole
I'm looking for an easy way to sort the string array returned by
"SerialPort.GetPortNames()" so that the names are in the correct numeric
order instead of alphabetic order:
COM1
COM2
COM10
Instead of:
COM1
COM11
COM2
That is wahat is returned by the Array.Sort method.
Is there an easy way to obtain that?
Thanks
Ole