Displays list of tags.
Syntax
CSV_ListBox_Show(hList,sTitle,sDesc,sOK,sCancel,iX,iY)
#hList:
Handle to list object.
#sTitle:
Title appearing on form.
#sDesc:
Description appearing on form.
#sOK:
Text displayed on OK button.
#sCancel:
Text displayed on Cancel button.
#iX:
X coordinate of left corner, or -9999 to center horizontally on active monitor.
#iY:
Y coordinate of top corner, or -9999 to center vertically.
Return Value
Item selected from list (returns empty string if no item selected)