[Flashcoders] Two for loops and one if statement into one for loop.

2008-04-07 Thread Helmut Granda
Is there a way to edit the code below to be included into just one for loop
and would it actually be faster? On a side note any site/book
recommendations on how to for this kind of odd sequences..

TIA
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Two for loops and one if statement into one for loop.

2008-04-07 Thread Matt S.
The way its currently written, its zero lines of code, I dont think it
can get more efficient than that!

;)

.m

On Mon, Apr 7, 2008 at 11:12 AM, Helmut Granda [EMAIL PROTECTED] wrote:
 Is there a way to edit the code below to be included into just one for loop
  and would it actually be faster? On a side note any site/book
  recommendations on how to for this kind of odd sequences..

 TIA
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Two for loops and one if statement into one for loop.

2008-04-07 Thread eric e. dolecki
I don't think anything would be faster than having no code to execute ;)
You forgot to paste it.

On Mon, Apr 7, 2008 at 11:12 AM, Helmut Granda [EMAIL PROTECTED]
wrote:

 Is there a way to edit the code below to be included into just one for
 loop
 and would it actually be faster? On a side note any site/book
 recommendations on how to for this kind of odd sequences..

TIA
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders