SYS(2600) - Return Pointer as String
Visual FoxPro 9.0 SP2 |
SYS(2600) - Return Pointer as String |
See Also |
![]() |
Interprets an integer as pointer into memory and returns the contents of that memory as a string, or writes new data to that memory location.
SYS(2600, dwAddress, nLength [, cNewString]) |
Parameters
- dwAddress
-
Specifies the pointer to a memory address. This value is interpreted as an integer.
- nLength
-
Specifies the number of bytes to read from dwAddress.
- cNewString
-
Specifies a value to be returned to dwAddress.
Remarks
Examples
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic