Ok here is the code :
The probleme is at the last line, is there a way to access the field test of the mytype tye test1 from the list called list ?
Thanks in advance
McFox
Global List:TList = CreateList() Type mytype Field test:Int EndType test1:mytype = New mytype test1.test = 2 ListAddLast list,test1 Print ListFindLink(list,test1).Value.test
The probleme is at the last line, is there a way to access the field test of the mytype tye test1 from the list called list ?
Thanks in advance
McFox