Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Arno Nym
Posted - 03/11/1999 : 7:45:00 PM 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
1 L A T E S T R E P L I E S (Newest First)
eparent
Posted - 03/11/1999 : 7:20:00 PM You need to put the variables between quotes.