Jostein Posted July 30, 2004 Share Posted July 30, 2004 Hi mates! I am using the Group POP and by using rule, I could easily select a range like this - if($ID>100&&$ID<200,1,0) - but I would like to pick specific particles instead - and since the way the pop is being evaluated, several equals (==) wont compute properly ? Any tips about how to select $ID 112, 440, 299? cheers, jostein. Quote Link to comment Share on other sites More sharing options...
dobe Posted July 30, 2004 Share Posted July 30, 2004 Hello Jostein, you can use the logical Or in the rule field: $ID == 112 || $ID == 440 || $ID== 299 dobe Quote Link to comment Share on other sites More sharing options...
Jostein Posted July 30, 2004 Author Share Posted July 30, 2004 Ahh.. thanks a lot!!! Wicked! cheers, jostein. 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.