Culling a list by the value of a string
I am trying to cull a list by the value of a string. The only way I see to feed cull is from compare which appears not to accept a string as input (I get java.lang.NumberFormatException). Any ideas?
Thanks.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 21 Dec, 2012 01:01 PM
The cull node accepts a list of values (which can be anything), and a list of booleans. All values that have a corresponding boolean
true
are retained, the rest are removed. This list can be created using e.g. a compare node.What is it you're trying to do? Maybe there's another solution that's more appropriate.
F
Frederik De Bleser closed this discussion on 21 Dec, 2012 01:01 PM.
Frederik De Bleser re-opened this discussion on 21 Dec, 2012 01:02 PM
Frederik De Bleser closed this discussion on 21 Dec, 2012 01:02 PM.