The compiler doesn't but it thinks you do :-)
$grand_total += total1;
$grand_total += total2;
$grand_total += total3;
$grnad_total += total4;
^^^$grnad_total is used only once and is most likely a tupo.
On 2004.06.07 16:35, Ranga Nathan wrote:
But why should the compiler care if I used a variable only once? Why does
it suspect it as a typo? I think I need to do something here to satisfy the compiler. But I am not sure what it is!
-- Tim Cwik [EMAIL PROTECTED] spamtrap: [EMAIL PROTECTED] Voice: 609-368-2482 Fax: 609-368-3695 _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

