Page 3 of 3

Posted: Mon Mar 02, 2009 9:30 pm
by kinglestat
to be honest I always used them as global....so yes, for me Global is enough

Posted: Tue Mar 03, 2009 3:11 pm
by Trond
Sorry, I just can't get it to work. It just keeps crashing (the debugger doesn't even notice).

Posted: Tue Mar 03, 2009 4:06 pm
by kinglestat
ah
up to Fred and Co to insert this as part of PB I guess

help

Posted: Sun Jun 07, 2009 1:55 pm
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

Posted: Mon Jun 08, 2009 8:58 am
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).