You should do this:
public void on_btn_search_what_clicked (Button source) {
> string [] argv = new string[3];
> argv[0] = app_path + "repST.beta";
> argv[1] = "-l";
> argv[2] = txt_search_what.text();
>
> execProgram(app_path,argv);
> }
>
>
orvar argv = new string[3];
_______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
