Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!ub!acsu.buffalo.edu From: cloos@acsu.buffalo.edu (James H. Cloos) Newsgroups: comp.sys.handhelds Subject: Re: Directory structure unearthed Message-ID: <48918@eerie.acsu.Buffalo.EDU> Date: 3 Dec 90 21:49:11 GMT References: Sender: news@acsu.Buffalo.EDU Organization: State University of New York @ Buffalo Lines: 19 Nntp-Posting-Host: lictor.acsu.buffalo.edu Wrt what you get when you parse: {'''' it is indeed an empty program (w/in a list, of course). Try doing a LIST\-> on the list you get, then a \->ASC; you'll get the string: "D9D20B21305485" where 5485 is the crc, D9D20 is the :: (COLON) and B2130 is the ; (SEMI). As for how to enter an XLIB, you need to do a "29E20lllnnn" and HEXIFY it (or use my soon to be posted HX\->ASC or HX\->) on it. lll above is the library number for the XLIB, in hex and reversed; nnn is the command number of the XLIB, in hex & w/ the digits reversed. Enjoy. -JimC -- James H. Cloos, Jr. Phone: +1 716 673-1250 cloos@ACSU.Buffalo.EDU Snail: PersonalZipCode: 14048-0772, USA cloos@ub.UUCP Quote: <>