21-01-2007, 11:57 PM
Spodi Wrote:How about this:
Code:Sub ClearPlayer(ByVal Index As Long)
Dim EmptyPlayer As Player 'Not sure if Player is the right variable here - you want the same variable type as used for Player()
Player(Index) = EmptyPlayer
End Sub
Done. :wink:
That's all we need for the entire sub?