I am probably doing something wrong here (like not initialising the array) or something which I cannot pin point yet.
I have:
Type TouchCoordType (x As Int,y As Int)
Type PeopleType ( _
FollowPath(200) As TouchCoordType, _
Dim People As PeopleType
Then this line throws me an exception:
Msgbox (people.FollowPath(0).x,"Title")
Java is not happy
I have:
Type TouchCoordType (x As Int,y As Int)
Type PeopleType ( _
FollowPath(200) As TouchCoordType, _
Dim People As PeopleType
Then this line throws me an exception:
Msgbox (people.FollowPath(0).x,"Title")
Java is not happy