ErrorTargetAddress()
Syntax
Result = ErrorTargetAddress()Description
After an error with the code #PB_OnError_InvalidMemory, this command returns the memory address which was read/written when the error occurred. This command has no meaning for other error codes.
Parameters
None.
Return value
The memory address which was read/written when the error occurred, after a #PB_OnError_InvalidMemory error.
Supported OS
All