Hello all, I was wondering how would one get the contents of a listbox. This is what I have for a code snippet but it seems as though this is not working. for (my $index = 0; $index <= ($M->lstTest->Count()-1); $index++) { print "\n$M->lstTest->ListIndex($index)"; } What am I doing wrong? Am I missing something? Thanks in advance for your help, Felice