Im trying to use blitz3d type access as in the 'blitzmax tutorial forum'
bit when I use link.findnext()
it says trying to access field of null object
is there another way to get the next object in a list?
EDIT= this works
this causes a crash=
bit when I use link.findnext()
it says trying to access field of null object
is there another way to get the next object in a list?
EDIT= this works
Local link:TLink = the_List.FindLink(Self)
this causes a crash=
Local link:TLink = the_List.FindLink(Self).nextlink()