I have some Text string in a variable and I have a filter field in a table . I want to check if My text variable come under filter criteria specified in table's filter field.
Example Variable A := 'This is Text String'
Filter Field = '*This'
or
Filter Field = '*String'
If my case was apposite I could have used setfilter. But I am confused in this case.
*This post is locked for comments