|
|
|
|
Re: Elements in Lists [message #149188 is a reply to message #148697] |
Wed, 30 November 2005 08:33 |
kiran
Messages: 503 Registered: July 2000
|
Senior Member |
|
|
Quote: | Now my question is why we use 'LIST26'.
And what is 'List_id' item.
Can you explain how we declare this item.
|
LIST26 is the list item name in the block "ARTICLE".
List_Id is just a object which of type "ITEM" , you could store Item_id in this using "Find_Item" built-in.
Declaration is there in the code itself.It is just declaring like a normal variable , eg: list_id item;
--Kiran.
|
|
|
|
|
|
|
|
|
|