Verfasst: 19.09.2006 20:10
Structure human
eyes.l
mouth.l
EndStructure
NewList Human.human()
for n = 0 to 1
Addelement(Human())
human\eyes=2
next
Foreach Human()
Debug human()\eyes
next
Der code funktionier bei mir nicht.
eyes.l
mouth.l
EndStructure
NewList Human.human()
for n = 0 to 1
Addelement(Human())
human\eyes=2
next
Foreach Human()
Debug human()\eyes
next
Der code funktionier bei mir nicht.