procedure TBits.setSize(value : longint);
begin
  grow(value - 1);
end;

I think i should be clear that size cannot be "grown" to -1.
I tried to trace step-by-step "grow" method but Lazarus didn't enter to implementaion. How it can be possible to enter step-by-step into implemetation of RTL units during debug?

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to