I need to create a dynamic array of structure. Here is some of my code

<script language="VB" runat="server">
Structure PlayerStructure
Dim Name As String
Dim MoreCrap as String
Dim PiledEvenHigher as Integer
End Structure
Function InsertPlayer(Th ePlayer as String, Players() as PlayerStructure ) as integer
'This will insert...