MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laArray_Find Function
MPLAB® Harmony Graphics Suite
laArray_Find Function
C
LIB_EXPORT int32_t laArray_Find(
    laArray* arr, 
    void* val
);
Parameters
Parameters 
Description 
laArray* arr 
pointer to the array to search 
void* val 
the value to remove 
Returns

int32_t - the first index of the value or -1 if not found

MPLAB® Harmony Graphics Suite