Igore,
On 02/03/14 6:52 pm, "Igor R"
{ name = "new" sub_name = "SUBTITLE" values = { 1, 2, 3; } input_values = { 1, 2, 3; 5, 5, 6 ; 10, 12, 3} type = input intval = 100 }
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Equal is the separator and the string left is key and the right is value. [key and value both storing as strings] push_back(name,²new²) push_back(sub_name,²SUBTITLE²) push_back(values,"1,2,3²) push_back(input_values,²1,2,3;5,5,6;10,12,3²) Regards, UJ