VBGamer |
|||||||||||||||||||||||||||
I think; Almar Joling (1 reply, 0 views) (2001-Apr-21) That it would be this (not sure though)
Public mMap() as Tile
And later:
Tiles = Tiles + 1 '//just for indication
Redim mMap(Tiles) as Tile
Set mMap(Tiles) = New Tile
|