Closed mainframed closed 4 years ago
Here's two examples to replicate this issue:
if countstr('','a a') \= 0 then do say 'failed in test 3 ' rc = 8 end if countstr('','def') \== 0 then do say 'failed in test 9 ' rc = 8 end
fixed
Here's two examples to replicate this issue: