MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leTableString_New Function
MPLAB® Harmony Graphics Suite
leTableString_New Function
C
LIB_EXPORT leTableString* leTableString_New(
    uint32_t idx
);
Parameters
Parameters 
Description 
idx 
the table index to reference 
Returns

leTableString* - pointer to the newly allocated string

Remarks

Caller is responsible for freeing the memory allocated by this function using leString_Delete()

MPLAB® Harmony Graphics Suite