MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > c) Datastructure Functions > leArray_RemoveAt Function
MPLAB® Harmony Graphics Suite
leArray_RemoveAt Function
C
leResult leArray_RemoveAt(
    leArray* arr, 
    uint32_t idx
);
Parameters
Parameters 
Description 
leArray* arr 
pointer to the array to modify 
uint32_t idx 
the index of the value to remove 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite