MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_ExtractFromTable Function
MPLAB® Harmony Graphics Suite
laString_ExtractFromTable Function
C
LIB_EXPORT void laString_ExtractFromTable(
    laString* dst, 
    uint32_t table_index
);
Parameters
Parameters 
Description 
laString* dst 
the destination string object 
uint32_t table_index 
the table index to extract 
Returns

void

Remarks

Caller is responsible for the allocated memory but does not need to preserve the input buffer to maintain the string buffer state.

MPLAB® Harmony Graphics Suite