MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_Insert Function
MPLAB® Harmony Graphics Suite
laString_Insert Function
C
LIB_EXPORT laResult laString_Insert(
    laString* dst, 
    const laString* src, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laString* dst 
the destination string 
const laString* src 
the source string 
uint32_t idx 
the insertion index 
Returns

laResult - LA_SUCCESS if the operation succeeded

MPLAB® Harmony Graphics Suite