I'm trying to make certain LED profiles work to be more generic in LMU, which won't transfer the car type to LMU- instead if uses the team name. The date is also included, so if I wanted to make a generic "Cadillac" profile, I want to test the [CarId] property for "Cadillac" (instead of what it sends, which is "Cadillac 2024".
"Regular NCalc" has a "IN" function, so if I applied that as I understand it into SimHub, the equation would be:
'Cadillac' IN [CarId]
But the Raw result of this is:
'Expression error:missing EndOfFile at 'IN' at line 1:12'
Similarly, the 'LIKE' function could be used here, but SimHub doesn't seem to want to take that, either.
Any idea of what I'm doing wrong? Hoping it's just some nuanced syntax that I'm missing. Thanks!