The lst function can be used on selection elements that obtain their values from a data source and enables access to the values of any columns
Example: selSalutation.lst("Email_DE")
The lsttxt function returns the value of the text for selection elements.
Example: selSalutation.lsttxt()
The lsttitle function returns the value of the title for selection elements.
Example: selSalutation.lsttitle()