INTERACT FORUM
More => Old Versions => JRiver Media Center 19 for Windows => Topic started 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!
-
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.
-
Escaping the comma works perfectly.
Thank you!