[Vala] Handling strings



Hello list,

actually i'm trying to use some strings in my vala app:

    private string entity_file_suffix = ".ent";
    private string directory_separator_char = "/";
    private string entity_file_local = publication_title +
entity_file_suffix;
    private string project_dir = target_dir + directory_separator_char +
publication_title + directory_separator_char + create_language;

I'm getting the information that the access to instance member is denied.

How can i concat strings in Vala? The doc under
https://wiki.gnome.org/Projects/Vala/StringSample uses the same way.

Greetings
Sascha

-- 
Sascha Manns
Maifeldstraße 10
56727 Mayen

P: +49-2651-4014045
W: http://saigkill.tuxfamily.org


Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]