Re: a for-loop syntax question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



thank you!

You learn something new everyday... Didn't think you could use expressions
like that in a for-loop...


.bobo


----- Original Message ----- 
From: "Svensson, B.A.T. (HKG)" <B.A.T.Svensson@lumc.nl>
To: "Bobo Wieland" <bobo.wieland@ektv.nu>
Cc: <php-windows@lists.php.net>
Sent: Monday, January 12, 2004 3:16 PM
Subject: Re:  a for-loop syntax question


>
> > ERRATA:
> >
> > for ($i = 0, $j = 0; (!($j = 5) && $i < 10 && $j < 5); $i++, $j++)
>
> ERRATA 2:
>
> for ($i = 0, $j = 0; (!($j == 5) && ...
>
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux