Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
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 Antwort
- ?Lv 7vor 10 JahrenBeste Antwort
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...
Quelle(n): http://www.astrodigital.org/digital/ebcdic.html http://natural-innovations.com/computing/asciiebcd...