I have an array of structs how do I find a struct index in that array by searching for a string in the struct member or number

Is it possible? Does anyone know?

Unfortunately you have to search the whole array with a loop…