> > > > I then declare a public version : > > > > global.class > > > > static public mylist as list ^ Whoops should have had a NEW here too. > You must instanciate your array first. This way, for example, > > list.class > > public name as string > public row as NEW short[] D'oh! I had a feeling it'd be something silly thanks :) > > > Regards,