Home / lang / strptr 
StrPtr
Syntax
Result = StrPtr ( Pointer AS Pointer )

Returns the zero-terminated string located at a given memory address as a Gambas constant String.

If Pointer points at a memory allocation returned by Alloc, do not free the allocation before calling StrPtr.


See also
External Function Management