Hi mikrom,
I am feeling better now... :)
A big thank you for adapting your tcl examples according to the progress in the thread! :)
I initially asked for a way to efficiently access the data structure, because I didn't understand
the reason behind this special NAME "x" VALUE "y" layout...
Hi mikrom,
Thank you very much for your answer and your coding! :)
I was astonished about one detail of the layout of that structure:
The usage of NAME and VALUE as keys and (for example) "LENGTH" and "100" as
their values instead of using "LENGTH as key and "100" as its value.
I think...
Hi,
Given is the following form of datastructure
set a { DATE "2019-05-12"
{ PARAMETERS { { NAME "LENGTH" VALUE "100" }
{ NAME "HEIGHT" VALUE "314" }
{ NAME "WEIGHT" VALUE "1000" }
{ NAME "COLOR" VALUE "blue" } ) )...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.