LucieLastic
Programmer
hi
Is there a maximum integer I can safely typecast as a pointer or does it not matter?
I'm storing ids (currently 1 - 3500) in a TList as mylist.add(pointer(id)). I was just a bit worried in case I hit addresses that were being used by other apps.
lou
Is there a maximum integer I can safely typecast as a pointer or does it not matter?
I'm storing ids (currently 1 - 3500) in a TList as mylist.add(pointer(id)). I was just a bit worried in case I hit addresses that were being used by other apps.
lou