HI,
I am looking for a string contains function. For instance, I need t o check the following -
str x = “ABC”;
str y = “MY_ABC_TEXT”;
I need to check if the value of str x “ABC” is in str y “MY_ABC_TEXT”.
I am looking for all the strings can be manipulated in AX
Thanks,
K