On Mon, 19 Dec 2011 18:52:44 +0100 Jacob Carlborg <doob at me.com> wrote: > You can always make the variable uninitialized using "void", don't > know if that what is what you're looking for. > > float[] f = void; > He is trying to create an array where the elements are not initialized.