Sorting Order

Kenneth Brody kenbrody at bestweb.net
Fri Jan 14 11:31:45 PST 2005


Quoting Scott Walker <scottw1 at alltel.net>:

> Are there any characters (accessable from the keyboard) that can be
> placed in an alphanumeric type field that when sorted will come out
> after the "Z" character.
[...]

All ASCII characters above "Z" through DEL (0x5B-0x7f), except for the
lower-case letters, will sort above "Z".

In other words:

    [ \ ] ^ _ ` { | } ~ DEL

Typically, "~" (0x7E) is used as the highest character in the standard
ASCII set 0x00-0x7f.

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list