13.07.2010, 09:48
Quote:
Itter_Create.
You can\'t cycle an itter via foreach if the itter lacks any information to begin with. You need to add to an itter via Itter_Add. To cycle those contents you can then use foreach(Houses,h). You are basically cycling an itter that has nothing in it. |