getItem Method
Purpose:
Returns the string contained in a Listview control that the user last clicked.
Syntax:
.getItem(index)
Comments:
index is relative to zero.
Use this method to find out what the user clicked.
Example:
i = lis.getItem(2)