Manfred Nowak wrote:
> torhu wrote
>> You can't have an assignment in the struct definition.
>
> Oooops. Thank you. I was misleaded by the error message.
>
> -manfred
Try
struct S {
int[] map = new int[1000];
}
/Should/ work I believe, if you really want the length dynamic.
-- Chris Nicholson-Sauls