Dynamic LinkedList / Array of LinkedList

Share your advanced PureBasic knowledge/code with the community.
kinglestat
Enthusiast
Enthusiast
Posts: 746
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Post by kinglestat »

to be honest I always used them as global....so yes, for me Global is enough
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Sorry, I just can't get it to work. It just keeps crashing (the debugger doesn't even notice).
kinglestat
Enthusiast
Enthusiast
Posts: 746
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Post by kinglestat »

ah
up to Fred and Co to insert this as part of PB I guess
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
rko
User
User
Posts: 21
Joined: Thu Jul 17, 2008 1:44 pm
Location: germany

help

Post by rko »

hi,

i am using 4.31 and seems like i am to stupid to make the examples (postings) work.

Structure Column
Column.s
Type.l
InitList.q
EndStructure

Structure Row
Row.s
InitList.q
EndStructure

Structure Lister
Columns.q
Rows.q
test.s
EndStructure


in this senenario the InitList's are embedded lists as well as the Lister structure which should be a list. how does one get the InitList's and the Lister structure initialized??
how is Lister used to access Lister and to access the InitList's of the other 2 structures with their lists?
can the InitList's list be non global?
help and an example would be very much apprechiated.
rko
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

This code doesn't work with the versions of PB that needs the List keyword when passing lists to procedures (something internal changed).
Post Reply