VB.NET> Functions > Choose Returns a member of the list passed in Choice(). It is based on the value of Index. The first member of the list is selected when Index is 1. Example Dim choice = Choose(2, "val1", "val2", "val2") // "val2"
SQL Server > Built-in Functions> SOUNDEX SOUNDEX converts an alphanumeric string to a four-character code that is based on how the string sounds when spoken. Example