Hi.
I’m working with XC32 v4.1, MPLAB X v 6.00 and PIC32MZ1024EFM064 device. I have a function that allows me to search a char array for a string and if it finds it, it returns true and otherwise, false. The function is as follows:
..