Being able to have a list within a UDT
Posted: Sun Feb 22, 2004 12:33 am
Hi, I think it would be good if we could have a list inside of a user defined type, so something like the following would be valid.
The syntax is probabally wrong but im sure you get the general idea.
Cheers
James
Code: Select all
type order
list items.item()
endtype
newlist orders.order ()
Cheers
James