List concatenation
Posted: Wed Apr 15, 2009 11:40 pm
Does Cobra have any operator to allow list concatenation?
I found some discussions on these forums that indicated why + is not concatenation for lists, and talked about using &. But I don't see any indication that the & functionality was ever added. Am I missing something? If not, is this still planned? It sure feels clumsy to use the .NET level functionality (and I think it gave me a lot of headaches with dynamic and ? versions of lists and list elements).
I can go back and work out the confusion I ran into trying to concatenate string lists, if it would be helpful.
- Caligari
I found some discussions on these forums that indicated why + is not concatenation for lists, and talked about using &. But I don't see any indication that the & functionality was ever added. Am I missing something? If not, is this still planned? It sure feels clumsy to use the .NET level functionality (and I think it gave me a lot of headaches with dynamic and ? versions of lists and list elements).
I can go back and work out the confusion I ran into trying to concatenate string lists, if it would be helpful.
- Caligari