As the topic is locked:
Quote from: Vincent Kars on November 08, 2014, 08:44:14 am
I like the window
This is hard to read
ListItem(ListItem([Artist],0),0,/,)If(ListItem(ListItem([Artist],1),0,/,),//ListItem(ListItem([Artist],1),0,/,),)If(ListItem(ListItem([Artist],2),0,/,),//ListItem(ListItem([Artist],2),0,/,),)
This is so much better
ListItem(ListItem([Artist],0),0,/,)
If(ListItem(ListItem([Artist],1),0,/,),//ListItem(ListItem([Artist],1),0,/,),)
If(ListItem(ListItem([Artist],2),0,/,),//ListItem(ListItem([Artist],2),0,/,),)
Unfortunately the single line differs from the multiline in formatting
Argerich/Kremer/Maisky (Single line)
Argerich /Kremer /Maisky (Multipline)
It look like the CR is included in the output in case of multi line expressions
Please remove this from the output
Consider
Matt
If we ignored the CR, there wouldn't be any way to output a CR. That seems bad.
Matt,
What you are advocating here is that formatting an expression also yields a different output.
Please reconsider
Vincent