Hello All,
I have a problem with Find method , I need the first expression to work:
ldwc_1.find("( info3 like '%0%' and info4 like '%3%' )" ,1,ll_rows) = -5 - what is wrong with this one?
ldwc_1.find("( info3 like '%0%' )" ,1,ll_rows) - this one is fine
ldwc_1.find("( info3= '0' and info4 = '3' )" ,1,ll_rows) - this one is fine
Please help
Regards
Marina