|
Re: Can you print just the contents of a list item? [message #84848 is a reply to message #84845] |
Tue, 04 May 2004 21:48   |
sandeep kumar
Messages: 13 Registered: April 2004
|
Junior Member |
|
|
if u want it's look
the only way is to click on list and afterwards using print screen
or if u want just list
then use get_list_element_count(name of list item in string) ,get its total number of elements
and then run a loop ,use get_list_element_value(name,ctr) and get every value,ctr is the loop variable )
for 1..get_list_element_count(name)
note: if list item is x then write 'x' in the list fun's
hope ,it works
sandeep
|
|
|
|
|