Array_SaveItemsToMem
Write the array items, separated with a carriage return and line feed (CRLF), to a pre-allocated memory buffer.
Array_SaveItemsToMem PROTO pArray:QWORD, pMemory:QWORD
Parameters
pArray- pointer to the array.pMemory- pointer to pre-allocated memory buffer.
Returns
Number of array items written to memory buffer.
Notes
This function as based on the MASM32 Library function: arr2text
See Also
Array_SaveItemsToFile, Array_LoadItemsFromMem, Array_LoadItemsFromFile