Linked list inside a structure
Posted: Mon May 12, 2003 11:23 pm
Hello folks,
This piece of code drives me crazy. Do you know how to access a linked list stored inside a structure?
Thanks,
Tony
------------------
Structure myStruct
b.w
NewList c.w()
EndStructure
a.myStruct;
Debug a\b
Debug a\c()
This piece of code drives me crazy. Do you know how to access a linked list stored inside a structure?
Thanks,
Tony
------------------
Structure myStruct
b.w
NewList c.w()
EndStructure
a.myStruct;
Debug a\b
Debug a\c()