Wonder if select and collect could be one function? I keep getting them confused.
If the third argument is an integer, then work like collect.
If the third argument is a list, then work like select.
Eddie
I agree, they can be collapsed, the same is already happening in other functions, i.e. 'push' and 'pop' or net-select. I will collapse both in the next version, so both do the same and can do list or integers, later then we deprecate one of them.
Lutz
Thanks!
Eddie