18-02-2008, 04:30 PM
like this
when you dim your maps
just use
public Map() as maprec
then later on use
redim Map(1 to MAX_MAPS) as maprec
the simple act of redim-ing it seems to resolve this problem
when you dim your maps
just use
public Map() as maprec
then later on use
redim Map(1 to MAX_MAPS) as maprec
the simple act of redim-ing it seems to resolve this problem