Forum Discussion
AlexeyKryuchkov
Alumni
13 years agoHi Michael,
Maybe, the problem is that you forgot Description? Try the following code:
Maybe, the problem is that you forgot Description? Try the following code:
ListBox = Aliases.dlgResults.listStatus
for (i = 0; i < ListBox.ChildCount; i++)
{
Item = ListBox.ListItem(i);
Log.Message(Item.Description);
}