Re: 'if' condition created with a 'for loop'
Posted By:
manu_kaushal
Posted On:
Sunday, February 22, 2004 02:57 PM
What is the condition that you want to test. If you want to see if string exists why don't you use a != null. Otherwise, if you are checking the equality, then it returns boolean, else if it is some string comparison, you can put a boolean if the return value is positive or negative. Not sure what you want to do here. Please give the exact requirement.