[coll] sort index
is there a way to sort just index numbers instead of sorting everything inside of coll like index symbols together ?
its all becoming really messy in my coll as im storing both types of indexes :(
I presume it would be possible to achieve this with coll's renumber and sort commands. But I'm not sure I understand the question... a patch would be useful to illustrate the problem?
Hi justin . here it is ...
i would love to sort just these numerical indexes , without touching any symbol index .it should remain the same as it was stored :/ no idea
ps: there is [jit.cellblock] so u can see whats happening inside the [coll]
a bit pushed for time here to provide the solution in full, but hopefully this is a good starting point!
you will need to merge the symbols back with the original list...
Thank you very much justin , this is so smart . It works very well.
ive merged it into the coll :D