3__ Posted July 25, 2008 Share Posted July 25, 2008 is it possible to do something like this with a 1-liner in a field: CA = if($CR < 0.1, $CA += 1; $CA, $CA) ? Quote Link to comment Share on other sites More sharing options...
rdg Posted July 25, 2008 Share Posted July 25, 2008 is it possible to do something like this with a 1-liner in a field: CA = if($CR < 0.1, $CA += 1; $CA, $CA) ? if($CR < 0.1, $CA + .1, $CA) SOP have no "memory", though. So if this should accumulate Alpha over time, you need to take a look into CHOPs for example. Quote Link to comment Share on other sites More sharing options...
3__ Posted August 17, 2008 Author Share Posted August 17, 2008 yep the hold chop did the trick, thanks! 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.