Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Since when and where is "d" < "D"?
What systems use something other than ASCII values to sort text. And where can I find the details.
I'm interested in Office (Excel sort) and PC (batch files) were the address is not applicable. If the operator does not exist for strings then obviously that environment is not applicable.
If "%~a1" geq "d" then (echo directory) else (echo file)
1 Answer
- ?Lv 710 years agoFavorite Answer
ITYM
'd' < 'D'
single quotes
the double quotes mean strings which means pointers to memory locations
then you are comparing the ADDRESSES of the strings not the letters.
There are other character encoding schemes google EBCDIC
http://natural-innovations.com/computing/asciiebcd...
Source(s): http://www.astrodigital.org/digital/ebcdic.html http://natural-innovations.com/computing/asciiebcd...