[RESOLVED] scanning between two local variables
Author: lalitpct@gmail.com (lalitpct)
I used below syntax and in both the case I don’t get result When I hardcode lv_tmp then I get correct result. message/info “filename : %%filename” message/info “lv_tmp : %%lv_tmp” scan filename,“%%lv_tmp” ;$result > 0 even though variable matches scan filename,lv_tmp ;$result > 0 even though variable matches scan filename,”/server/test/uat/report” <– works fine Can some one suggest which is the correct syntax