What about a structure for pointer ?
Code: Select all
Structure Pointer
*p
EndStructure
I have an array of pointer
Code: Select all
Dim *Array(2,2,2)
Code: Select all
Dim *TempArray(2,2,2)
Code: Select all
CopyMemory(*Array(), *TempArray(), SizeOf(Pointer) * 27)