03-02-2008, 06:14 PM
Hum... I don't think redim preserve is the best way to do this. I think a fixed size is better. Maybe Redim Preserve, but let the user specify how many msgs to be stored, I think that's better. And don't keep using redim preserve at every new msg, use it only when the player change the number of msgs to be stored.