I have written the below Opto Script for comparing two string variable but I am getting compile error. Why and how to solve.
if (sFileName <> sFileName_New) then
nRun=5;
endif
Compiling…
Error on line 33: Syntax error - cannot use “sFileName_New” with the “<>” operator.
1 error(s), 0 warning(s)