08-20-2013, 09:15 PM
Hello Gintaras,
for a project i'll code later, i need to know how in QM handle array of 3 or four elements, to be able to search
a record from one of it's properties and retreive the others from one of them.
Say i have a record like those:
"fruit" "pear" "yellow"
"fruit" apple" "green"
"vegetable" "patato" "brown" "soup"
Must I implement a custom variable, a CSV, stringmap, xml file???
I want to be able to search, delete, add or modify each item of 3 or four properties.
The numbers of items will be around 100. I look for the most efficient way in terms of speed, memory handling and easy to use.
Thanks.
for a project i'll code later, i need to know how in QM handle array of 3 or four elements, to be able to search
a record from one of it's properties and retreive the others from one of them.
Say i have a record like those:
"fruit" "pear" "yellow"
"fruit" apple" "green"
"vegetable" "patato" "brown" "soup"
Must I implement a custom variable, a CSV, stringmap, xml file???
I want to be able to search, delete, add or modify each item of 3 or four properties.
The numbers of items will be around 100. I look for the most efficient way in terms of speed, memory handling and easy to use.
Thanks.