Key-value file parser , multiline value definition is posible?

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

 



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


[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux