working on Velbus house automation, the object concept would have helped me but Purebasic isn't good at that.
I've module with attributes : class, address, type, NumberPart, and...
I've part with attributes : name, partID, status, etc.
My problem is that a kind of module have only one part whereas some other could have up to 32 parts
I was thinking about 2 structures :
Structure Module and Structure Part... but I don't know how to link the two Structure (without inherit possibilities)
I was thinking to a list in structure but not sure it will work??? and maybe there are better solutions I've not seen ??? please help me "Obiwan you're our only hope"
