Hi All
I want to check weather a char is a "\" [backslash].
char previousChar = 0;<br>if (previousChar != '\\') {<br>//do something<br>}
It works with Visual Studio Code (newest Java version)
But in the UDF everything after the " ' " appears blue.
I tried '\' or "\\" or "\" but nothing worked.