INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: jelyon on June 01, 2014, 04:51:56 pm

Title: Use of commas in custom field names [Resolved]
Post by: jelyon on June 01, 2014, 04:51:56 pm
So I've used commas in custom field names, not seeing anything specifically prohibiting that.

Now when I use those fields in an expression, I don't get the full field. For example: My field might be "Charts: Track, Date Charted"

What I see though in my expression once it's been evaluated is "Charts: Track".

Is this behavior by design, an oversight, or a bug?

Thanks!
Title: Re: Use of commas in custom field names
Post by: MrC on June 01, 2014, 08:48:10 pm
I would think that [ ] have higher precedence than , so that fields are tokenized above function arguments, but there could be a bug here.  I haven't spent time looking at these edge cases.  See if escaping the comma with a forward slash helps.
Title: Re: Use of commas in custom field names
Post by: jelyon on June 02, 2014, 06:16:01 am
Escaping the comma works perfectly.

Thank you!