Dynamic LinkedList / Array of LinkedList
-
- Enthusiast
- Posts: 746
- Joined: Fri Jul 14, 2006 8:53 pm
- Location: Malta
- Contact:
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
Just ask about mental issues!
http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
-
- Enthusiast
- Posts: 746
- Joined: Fri Jul 14, 2006 8:53 pm
- Location: Malta
- Contact:
ah
up to Fred and Co to insert this as part of PB I guess
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
Just ask about mental issues!
http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
help
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
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