My problem is to compare two strings stored in variables (i.e. %N and %M). The script: %N=yes;%M=no; if (%N==%M) type true; returns always true. Please tell me a way how to compare strings correct and easy (not character by character). Thanks in advance