Author Topic: Virtual tag and back slash  (Read 1472 times)

vincent kars

  • Sr. Member
  • ****
  • Posts: 444
In Virtual tags I tried

$Contains(<Path>,Classical)
Works nicely but I want to make sure it is in the path right after a back slash
$Contains(<Path>,\Classical)
This raises an error
$Contains(<Path>,"\Classical")
Adding quotes and it validates OK
However next time I open the "New Custom tag Definition" the quotes are gone and I get the same error again

Do I have to escape the \ in another way?
Might it be that the quotes should be preserved on opening this dialog?
BTW: I don't see Path in the fields list