Hi everyone.
I have two textfiles with nodes that I want to put into a treeview object.
Structure as below:
001Text 'Text in first node
003001 'This indicates that this node is toplevel
999 'This indicates end of node
001Text 'Text in second node
003001001 'This indicates that this node is on the second level
999 ''This indicates end of node
Q1: Any suggestions in how to put this into treeview object ?
Q2: How can I compare two files and write the differences into a new file
?
Thanks in advance / Fred