Issue But not an Issue!

Hi Everyone!

It’s been a long time I haven’t shared anything. I just want to share my experience with ElectroNeek issue which I just noticed. Although it does not affect the performance, I think it should be taken into consideration by the Development Team.

So I was working on a project where I had to use more than 10 subprograms. I created 15 subprograms in total and named them by numbers, for example site1, site2, …, site15. And I noticed that all of them were arranged in a sequence of numbers but when I made 10th subprogram and then 11th and so on the sequence was quite weird. It was supposed to be site9, site10, site11 … site15. But you can see how it was in the picture below.

Thank you for your time! Have a great day!

Best Regards,
Muhammad Hayyan Khan

You need to put a 0 before the single digit numbers: file01, file02, file03… Since 0 comes before 1, the sequence will work just fine… Same thing goes with windows files.

1 Like

Oh that’s great I’ll try this at my end. But I think in this modern tech world, it should be arranged itself :slightly_smiling_face:.
Thank you for your suggestion!