On 2011-12-20 01:34, Jesse Phillips wrote:
On Mon, 19 Dec 2011 18:52:44 +0100
Jacob Carlborg<d...@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.

Ah, I see.

--
/Jacob Carlborg

Reply via email to