Forum Discussion
MichaelP
13 years agoContributor
I also tried the following:
for (i = 0; i < ListBox.wItemCount; i++)
{
Item = ListBox.wItem(i)
Log.Message(Item.Description);
}
but this results in a blank line for each item - no description present. Very weird...
Michael
for (i = 0; i < ListBox.wItemCount; i++)
{
Item = ListBox.wItem(i)
Log.Message(Item.Description);
}
but this results in a blank line for each item - no description present. Very weird...
Michael