Forum Discussion
Thanks for your reply.
In that case, System doesn't get any value between separator so I can't get the value.
If AUT doesn't have any value then wItemList will display empty.
If AUT doesn't have value for each item then it will get display as wItemList(|||||||||||....)
- tristaanogre9 years agoEsteemed Contributor
It could also be that the items aren't rendering as text. For example, if the item list contains a list of images or objects, your wItemList will not show the objects but just the text separators. This does not mean the objects don't exist, just that they don't render out as text.
So, if you call wItem(0), what does this return? That SHOULD be the first item in your list.
What does the list look like on screen? Can you see the individual objects themselves? What do they render as in your AUT?