I am working on an APICA script, for which I need to use a ‘Contains’ type realtional operator.
Example:
If (String1.contains(String2)) Then
Do This
Else
Do This.
I have gone through the “Prx BASIC” Language manual, and could not find any operator that can be used for the above example.
Is there a way to handle the above scenario using a different operator.