Re: list sorting


[Prev][Next][Index][Thread]

Re: list sorting



In a message dated 98-01-26 21:16:59 EST, you write:

<<  Another way that I can think of would be to assign
 each letter in the alphabet two digits, ie. A=01...Z=26, and put the
 entire name as one element. JODY = {10150425}. FYI, storing each
 letter to one list element is how one can store and display various
 words, at least on the 83. >>

Does this mean a 6-character limit per list element?  A limit based on
12-significant figures being "un-packable" without roundoff problems????
Assembly language might be a help here.

Lomp