Re: Calculation

From: Mike Walsh (techs.msllib.com_at_verizon.net)
Date: 12/23/03


Date: Tue, 23 Dec 2003 08:35:15 -0500


>
> for i:= 0 to Detail.RecordCount - 1 do
> Amount[i] := 0;
> begin
> try

> however I got the following error in my message editor "Variable Amount
might not have been Initialized".

Hi back,

  I would also think you should be getting a warning about the value of i
being unsure after the loop. I think you meant to have the begin before the
Amount[i] :=0;

Mike Walsh



Relevant Pages

  • Re: 2.6.16-rc1-mm4
    ... >>> WARNING: Loop detected: ... >>> WARNING: Module ... That kgdb stub is slowly deteriorating as everyone hacks on everything else. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: Warning: mysql_fetch_array(): 5 is not a valid MySQL result resource
    ... I'm using while loop in all other cases without error or warning. ... Petr Vileta, Czech republic ...
    (comp.lang.php)
  • Re: PHP [win32] & CLI Testers needed.
    ... written, lets just say to create shell emulation for now, and have ... My previous attempts to create the source below, ended with the loop ... Debug Warning: testforLinuxUser.php line 24 - stream_select: supplied argument is not a valid stream resource ...
    (php.general)
  • Re: PHP [win32] & CLI Testers needed.
    ... written, lets just say to create shell emulation for now, and have ... My previous attempts to create the source below, ended with the loop ... Debug Warning: testforLinuxUser.php line 24 - stream_select: supplied argument is not a valid stream resource ...
    (php.general)
  • Re: 2.6.16-rc1-mm4
    ... >> WARNING: Loop detected: ... >> WARNING: Module ... It'll be the well-known kgdb problem in your tree. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)