State:Closed|icon_bug|icon_modo|database:public|Resolution:Fixed|TargetRelease:Modo15.1|BugID:473988|
Problem summary
Array numbers out of order in Script Editor.
Customer reported version
modo.15.0v1
Customer reported platform
windows10
Steps to reproduce
1) Download customer provided scene file.
2) Launch Modo 15.0v1 and open the file.
3) Open Script Editor and enter the following script:
import modo
ch = modo.Item('Array Count').channel('array')
for e in ch.revLinked:
4) Press Enter/Return.
5) Numbering for the Array is out of order with 8 coming before 6.

Expected behaviour
The numbering should be in appropriate order.
Actual behaviour
Numbering is out of order.
Workaround
Unknown.
Reproduced by support
Modo 15.0v1 - Windows 10
-regression Earliest version tested
Modo 14.2v2 - This issue doesn't appear in this version and has regressed