My brains are having issues, so here we go:
  • I have a Long variable that I want to contain a pointer value.
  • I want to change the value of this variable to be pointer value to anywhere in the memory.
  • The value of another Long variable should change to be the contents of the pointer.

I just can't get my head to do it... very simple, just a change to one pointer value in memory, but how to do that?