Sort a list of object identifiers: Difference between revisions

Content added Content deleted
Line 764:
oldOidList =
[
".1.3.6.1.4.1.1115011.2.17.19.3.4.0.2110",
".1.3.6.1.4.1.1115011.32.417.5.2.0.1179",
".1.3.6.1.4.1.1115011.2.17.19.3.4.0.24",
".1.3.6.1.4.1.11150.3.4.0.1",
".1.3.6.1.4.1.11.2.17.377319.3.4.0.21",
".1.3.6.1.4.1.1111150.23.17.37734.0.1",
]
".1.3.6.1.4.1.11.2.17.19.3.4.0.32",
".1.3.6.1.4.1.11.2.17.19.3.4.0.31",
".1.3.6.1.4.1.11.2.17.19.3.4.0.25",
".1.3.6.1.4.1.11.2.17.19.3.4.0.22",
".1.3.6.1.4.1.11.2.17.19.3.4.0.19",
".1.3.6.1.4.1.11.2.17.19.3.4.0.10",
".1.3.6.1.4.1.11.2.17.19.3.4.0.4" ,
".1.3.6.1.4.1.11.2.17.19.3.4.0.3" ,
".1.3.6.1.4.1.11.2.17.19.3.4.0.2" ,
".1.3.6.1.4.1.11.2.17.19.3.4.0.1" ,
".1.3.6.1.4.1.11.2.17.19.2.0.79",
".1.3.6.1.4.1.11.2.17.19.2.0.9"
]
 
### SHOW BEFORE SORT
Line 876 ⟶ 864:
<pre>
 
newOIDList Final Sort
.1.3.6.1.4.1.11.2.17.19.2.0.9
.1.3.6.1.4.1.11.2.17.195.2.0.79
.1.3.6.1.4.1.11.2.17.19.3.4.0.1
.1.3.6.1.4.1.11.2.17.19.3.4.0.2
.1.3.6.1.4.1.11.2.17.19.3.4.0.3
.1.3.6.1.4.1.11.2.17.19.3.4.0.4
.1.3.6.1.4.1.11.2.17.19.3.4.0.10
.1.3.6.1.4.1.11.2.17.1911150.3.4.0.19
.1.3.6.1.4.1.11.2.17.19.3.4.0.22
.1.3.6.1.4.1.11.2.17.19.3.4.0.25
.1.3.6.1.4.1.11.2.17.19.3.4.0.31
.1.3.6.1.4.1.11.2.17.19.3.4.0.32
.1.3.6.1.4.1.11.2.17.3773.0.1
.1.3.6.1.4.1.11.2.17.3773.0.2
.1.3.6.1.4.1.11150.3.4.0.1
.1.3.6.1.4.1.11150.3.4.0.2
.1.3.6.1.4.1.11150.3.4.0.11
.1.3.6.1.4.1.11150.3.4.0.21
 
</pre>