Key-value file parser , multiline value definition is posible?
- From: Igor Chetverovod <chetverovod gmail com>
- To: gtk-list gnome org
- Subject: Key-value file parser , multiline value definition is posible?
- Date: Fri, 8 Jun 2012 13:51:47 +0400
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]