Re: [Vala] how to declare multi-dimensional arrays in Genie?
- From: Nicolas <c r n a wanadoo fr>
- To: Xavier Bestel <xavier bestel free fr>, ron horizonchess com, vala-list gnome org
- Subject: Re: [Vala] how to declare multi-dimensional arrays in Genie?
- Date: Thu, 15 Jul 2010 12:23:01 +0200
Isn't this a mono-dimensional array with 2 elements ?
Xav
Hi,
I'm not an expert nor a "real" developer, but "multidimensional array"
seem to be like this:
var myarray = new array of uint64[3, 2] = {{13, 64}, {14, 65}, {15, 66}}
or
myarray : array of uint64[3, 2] = new array of uint64[3, 2] = {{13, 64},
{14, 65}, {15, 66}}
Is this correct ? Someone can confirm ?
Nicolas.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]