Re: Very simple if statement: baffling problem - need urgent help!
Posted By:
Anonymous
Posted On:
Wednesday, December 7, 2005 10:05 AM
FANtastic! I got it working with that .equals thing. Thanks a million! By the way, I have an actionscript java background: if == is not for comparing than what is it used for? I've never had a problem with is in other languages.
Re: Very simple if statement: baffling problem - need urgent help!
Posted By:
Anonymous
Posted On:
Wednesday, December 7, 2005 10:00 AM
Thanks everyone for the quick replies! I'll try them out and get back to you!
Cheers
-Ciaran
Re: Very simple if statement: baffling problem - need urgent help!
Posted By:
Anonymous
Posted On:
Wednesday, December 7, 2005 09:58 AM
Bythe way, that SQL string is working fine, so there's no need to get distracted by it.
Re: Very simple if statement: baffling problem - need urgent help!
Posted By:
WarnerJan_Veldhuis
Posted On:
Wednesday, December 7, 2005 09:36 AM
By definition you should not compare Strings with ==. You should compare Strings with threadStarter.equals("1");