Origin Ver. and Service Release (Select Help-->About Origin): Origin 2024 (64-bit) 10.1.0.170
Operating System: Win10
I imported data to origin and created a page.tree.Importfilename. tree node that holds line by line the whole header. Each header-line contains a structure like : filename: xyz.txt
In Labtalk I can call for page.tree.%h.filename:$= and get the information I am interested in.
From time to time the length of my header varys.
I want to get all information in the tree node into one stringvariable or into a stringarray in order to postprocess information stored in the tree without nooing the exact names of all variables.
The tree might contain information on the subjects in ethe experiments. Subject1.name:$= Subject2.name:$=
e.g. I want to know how many subjevt*.name-lines there are in the header.