Hi all, Often, i need to declare arrays without knowing the upper bound. But i hate the ReDim statement. So i found a remedy for this. To create an object of "System.Collections.ArrayList". I would like to know what is the opinion about this method. Is this safe and fast than using ReDim ? Local $oArrayList = ObjCreate("System.Collections.ArrayList")