kubabuk Posted October 26, 2007 Share Posted October 26, 2007 Hi, I have a couple of primitive groups _355 _443 _526 _589 _669 . If I middle click on any sop they are not displayed in an increasing order. I 've got something like this: _443 _669 _355 _526 _589 - so _443 and _669 are not at the right place. How can I rearrange the order of the groups so if I use an expression: `arg(primgrouplist("../" + opinput(".", 0)),0)` I could get a proper order: `arg(primgrouplist("../" + opinput(".", 0)),0)` for _335 group `arg(primgrouplist("../" + opinput(".", 0)),1)` for _443 group `arg(primgrouplist("../" + opinput(".", 0)),2)` for _526 group etc... any feedback will be helpful. thanks kuba Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.