Look into the use of REDIM, e.g.
code:
REDIM preserve $array[ubound($array)+1]

will resize the array by one element and retain already assigned values.

[ 15 July 2002, 22:40: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.