Hi: I need a huge array of Floats, use: longNumber = 400000000 ' 400M * 8bytes = 3.2GB Resize fArray[longNumber] ' this gives no error !!! fArray[1] = 1000 ' this gives Out of Bounds workaround? -- Saludos Ing. Martin P Cristia