ADVANCED: strFromMemory (Function) |
Top Previous Next |
strFromMemory will copy the contents of a memory area to string.
Note that the returned string is a dynamic string.
Input: src : PTR Pointer to the memory where the string should be copied from.
len : INT Number of bytes to be copied from memory.
Returns: STRING The string copied from the memory area.
Declaration: FUNCTION strFromMemory : STRING;
Example: INCLUDE rtcu.inc |