Dynamo
Dynamo copied to clipboard
String.Concat inconsistent behaviour of subsequent lists
Dynamo Version
v3.2.2
Host
Dynamo Sandbox
Operating System
Windows 11 Enterprise 23H2
What did you do?
Providing nested list to String.Concat controls the behaviour of subsequent lists. List levels have no influence Also input names are confusing 'string0' would be clearer if it were 'list0', etc.
What did you expect to see?
I would expect that using levels would flatten nested lists and that each concatenation is independent of the previous input I note that the code uses the .Net String.Concat method - so the issue is likely with the implementation by MicroSoft?
What did you see instead?
See above I would like to see concatenation is independent of the previous one and list levels are honoured
What packages or external references (if any) were used?
None
Stack Trace
N/A
Details
N/A