MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_Remove Function
MPLAB® Harmony Graphics Suite
laString_Remove Function
C
LIB_EXPORT uint32_t laString_Remove(
    laString* str, 
    uint32_t idx, 
    uint32_t count
);
Parameters
Parameters 
Description 
laString* str 
the string to operate on 
uint32_t idx 
the index to remove from the number of characters to remove 
Returns

uint32_t - the number of characters removed

MPLAB® Harmony Graphics Suite