here's my code.
My question is-will this remove the last score or will it remove the score I just added?This is a function in my type.I have an override method for the list.sort to sort it by score.
Function addscore() Local score:tscore=New tscore list.addlast score score.score=trock.score score.level=tship.level list.sort(True) If list.count()>10 list.RemoveLast score End Function
My question is-will this remove the last score or will it remove the score I just added?This is a function in my type.I have an override method for the list.sort to sort it by score.