Hi,
I converted an int array to a byte pointer, but I cannot figure out how I can create an int array from the byte pointer or how to access the members directly.
This is how I am getting the array address. How can I convert it back to an int array, or even better, access the values from the pointer correctly?
I converted an int array to a byte pointer, but I cannot figure out how I can create an int array from the byte pointer or how to access the members directly.
Global Array:Int[] = [100,200] Global Pointer:Byte Ptr = Varptr Array
This is how I am getting the array address. How can I convert it back to an int array, or even better, access the values from the pointer correctly?