Florian Klaempfl schrieb:
Simply because dereferencing a dyn. arrays makes no sense because
it is more than just a simply data collection.

Realy? What else is happening in the background?
This is plainly wrong. When indexing a dyn. array, the compiler
generates the correct code to access the data, no more no less.

So what is the difference between 'MyArray[0]' and 'MyArray^'? Don't they mean 
the same address? Isn't it possible to use 'MayArray^' as a parameter for move 
or fillchar? I thought so.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to