Re[2]: Hash table formula help.

angus@EDGIL.CCMAIL.COMPUSERVE.COM
Date: 08/11/97


______________________________ Reply Separator _________________________________
     Quote --->>>
     Quote ------>
     <------ Quote


     a ---- aa
       \--- ab
       \--- ac ---- aca
               \--- acb

     and so on until you think you have gotten deep enough in the list.
     also, you SHOULD NOT have any one letter commands.  with is_abbrev to
     take care of it for you, why do this to yourself? each of these can be
     an array of pointers char *command[26]; each pointing off to their own
     array.   don't forget null checks, 2 or 3 letter commands, and all
     that fun stuff.

     <<<--- Quote

     DOH!  I completely forgot about ' ; and a couple of other puncuation
     commands.  DOH!

     ispunct ---- .
             \--- '
             \--- ;
             \--- :
     a ---------- aa
             \--- ab
             \--- ac ---- aca
                     \--- acb

     sigh... sorry about that...

     --Angus


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/08/00 PST