Right now select is used for multiple things (and the tag wiki even reflects some of this).
- The POSIX
select()function (also present in Windows Sockets) - The SQL
SELECTkeyword (select-querytag perhaps) - jQuery and CSS selector attributes
- The HTML
<select>tag - Text/widget selection (focus-related)
- The VB
SELECT CASEflow control construct (analogous to C-like languages'switch)
I haven't specifically seen these usages, but I bet they're out there:
- VHDL
WITH ... SELECTconcurrent assignment construct
Isn't tag overloading considered a "bad thing"? What is the best way to approach this?
select case:stackoverflow.com/questions/tagged/select+case – Robert Harvey♦ Jan 8 '12 at 0:23SELECTkeyword, followed by an SQLCASEkeyword at some other point in the query. – Ben Voigt Jan 8 '12 at 0:24select caseis used. – Robert Harvey♦ Jan 8 '12 at 0:26[select] [case]search results? I was just clarifying that said search was pretty durn useless for finding usage of theSELECT ... CASEconstruct. – Ben Voigt Jan 8 '12 at 0:29select casethen? select-case doesn't work, probably because VB (and C# programmers) simply know it as acasestatement, although this doesn't seem to work either. – Robert Harvey♦ Jan 8 '12 at 0:33[vb.net] [case]and[vba] [case]both do better), because the tags are overloaded. And C# programmers call thatswitch, like C, C++, and Java programmers. Which I said in my question quite some time ago. But I don't expect that VB programmers would think to useswitchas the tag forSELECT ... CASEstatements. – Ben Voigt Jan 8 '12 at 0:36