I ve a little problem with records in Pascal. I m writting a program where I ve got two lists of records: one with patients and second with diseases but I don t have idea how to join it. I was trying to do a dynamic table with diseases id s in patient list but lazarus had problems with compiling it. I would be glad if someone helps me.
I have a class (Node) which has a property of SubNodes which is a List of the Node class I have a list of Nodes (of which each Node may or may not have a list of SubNodes within itself) I need to be ...