As I keep running into errors, would I be correct to assume nested TYPEs (even of different TYPEs) are a no-no?
eg.
Dumping the nested TYPE out into a function seems to solve this but I'd just like to confirm that its a language limitation, not my bad programming, before I go too much further. :) I didn't find anything in the manual about it.
+BlackD
eg.
for fish.seacreature = each seacreature for seasweed.plant = each plant next next
Dumping the nested TYPE out into a function seems to solve this but I'd just like to confirm that its a language limitation, not my bad programming, before I go too much further. :) I didn't find anything in the manual about it.
+BlackD