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()
Linked list inside a structure
- tinman
- PureBasic Expert

- Posts: 1102
- Joined: Sat Apr 26, 2003 4:56 pm
- Location: Level 5 of Robot Hell
- Contact:
Re: Linked list inside a structure
Take a look at my linked list procedures on the resources site code snippet area. It is basically the same as the PureBasic commands, but you can put them inside structures.tony wrote:This piece of code drives me crazy. Do you know how to access a linked list stored inside a structure?
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
(WinXPhSP3 PB5.20b14)

