Hi All, I am using Key-value file for program settings storing . It works ok. But now, I need to store a string array. It contains 500 elements. The main issue - during the key-file editing, I cant to divide this array to several strings for comfortable work and readability. Is there solution to make this? Just to be clear. This is a line from curent key-file: [data] words_len = 6 words = 13105105, 11100c05, 13105105, 11100c05 , 13105105, 11100c05 I would like to have something like this: [data] words_len = 6 words = 13105105, 11100c05, 13105105, 11100c05 , 13105105, 11100c05 Best regards, Igor _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list