PointerToString
See Also: Pointer, String, Data Types, Variables and Constants
Purpose
PointerToString converts a pointer to a string in memory into a string.
Return Type
Syntax
(PointerToString({Pointer-value}))
What It Does
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.
Example
Pointer pData
String sValue
Move (PointerToString(pData)) to sValue