Hi,

On Sun, 2008-04-27 at 23:16 +0200, Jaap A. Haitsma wrote:
> How do I obtain that the following string array has two elements
> 
>       const string[] x = {
>               "string1",
>               "string2"
>       };      
> [...]
> So something like
> 
> num = x.length();

        num = x.length;

should work fine.

Jürg

_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to