JLC123 0 Posted December 10, 2004 Is there a difference between an array and a for loop? If so, how so. Two wrongs don't make a right, but three lefts do Share this post Link to post Share on other sites
Valik 478 Posted December 10, 2004 It would be easier to list the similarities: None. Share this post Link to post Share on other sites
JLC123 0 Posted December 10, 2004 Terrific. I'm destined to write code that I don't understand, but which works beautifully. Two wrongs don't make a right, but three lefts do Share this post Link to post Share on other sites
MHz 80 Posted December 10, 2004 An array is like a bunch of elements stored inside an item. A for loop is a region of actions, that take place for a condition. Share this post Link to post Share on other sites