MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laArray_RemoveAt Function
MPLAB® Harmony Graphics Suite
laArray_RemoveAt Function
C
LIB_EXPORT laResult laArray_RemoveAt(
    laArray* arr, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laArray* arr 
pointer to the array to modify 
uint32_t idx 
the index of the value to remove 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite