See Also: Pointer, String, Data Types, Variables and Constants
PointerToString converts a pointer to a string in memory into a string.
(PointerToString ( {Pointer-value} ))
PointerToString converts a pointer to a string in memory into a string. This can be used within an expression and the resulting string can then be moved into a string variable.
Pointer pData
String sValue
Move (PointerToString(pData)) to sValue