[fpc-pascal] sorting and merging array of records
Tomas Hajny
XHajT03 at hajny.biz
Thu Jan 12 23:49:59 CET 2012
On 12 Jan 12, at 14:11, waldo kitty wrote:
.
.
> that's pretty close to what i did (see above) :lol: i might be able to tighten
> mine up a bit instead of doing the .done and then a dispose... or does that matter?
I believe that there isn't a difference from a technical point of
view in this case (except for the fact that decoupling the destructor
from the deallocation may be a bit dangerous if you forget about it
later a try to do something with the object in between).
Tomas
More information about the fpc-pascal
mailing list