FIXED: 12050 - Comma separated channames

Can you please clarify the use of comma separated channames in v12050? I’m upgrade a toe that’s broken on this and hit this issue which appears to contradict the Select CHOP man page
derivative.ca/wiki088/index. … elect_CHOP

I had a Select CHOP with channames “sec,min”.

I reference these two channels in another op as

op(“timer_display”)[1].eval()
op(“timer_display”)[0].eval()

This no longer works until I change channames to “sec min” but the Select CHOP man page has an example with comma separated channels

It should be supported but a recent optimization broke it. We’ll post a build with a fix shortly.
It’s actually legacy behavior and spaces are the preferred way to do it, FYI. I’ve changed that help to use spaces instead.