Sorting Order

Bill Vermillion fp at wjv.com
Fri Jan 14 21:51:28 PST 2005


press any key to reboot  -oops- Bob Stockler said on Fri, Jan 14 19:50  

> On Fri, Jan 14, 2005 at 04:03:39PM -0500, Ken Brody wrote:
> | Bob Stockler wrote:
> | > 
> | > On Fri, Jan 14, 2005 at 01:17:02PM -0500, Scott Walker wrote:
> | > |
> | > | 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.
> | > 
> | > A left brace  - chr("173") - {
> | > A pipe sign   - chr("174") - |
> | > A right brace - chr("175") - }
> | > A tilde       - chr("176") - ~
> | 
> | filePro takes decimal by default, not octal.  ;-)
> 
> Sorry about that.
> 
> I have a home-spun help utility called by "h".

>   h ascii

> returns ASCII charts for octal, hex and decimal, and I just
> looked at the top one.

> Anyway, the typeable characters after "z" remain the same.

Hm. My chart is accessed with 'man ascii' However the Linux
'man ascii' is a mess to read, and the one on SCO doesn't give
decimal.   The FreeBSD man page is pure Berkeley code so if someone
wants the compressed cat file [or the [nt]roff-able version] and
doesn't want to paw through the stuff at www.freebsd.org, send me
an email and I'll send it along.

My 'h' returns my ksh history.

Bill
-- 
Bill Vermillion - bv @ wjv . com


More information about the Filepro-list mailing list