Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!decwrl!pa.dec.com!hollie.rdg.dec.com!ryn.mro4.dec.com!shlump.nac.dec.com!pinbot.enet.dec.com!ervin From: ervin@pinbot.enet.dec.com (Joseph Ervin) Newsgroups: comp.sys.handhelds Subject: Re: Phone number manager V1.3 Keywords: program Message-ID: <19133@shlump.nac.dec.com> Date: 18 Jan 91 14:15:53 GMT References: <19124@shlump.nac.dec.com> Sender: newsdaemon@shlump.nac.dec.com Reply-To: ervin@pinbot.enet.dec.com (Joseph Ervin) Followup-To: Re: Phone Number Manager V1.3 Organization: Digital Equipment Corporation Lines: 29 Terribly sorry, but I left out a needed element in my last posting of PHONE013. I have a simple OBJECT containing the menu definition for a YES/NO response which I keep in my home directory for any time I need to ask the user for such a decision. I inadvertently forgot to post it along with the program. Stupid of me. Here it is: { { "Yes" \<< 1 CONT \>> } {} {} {} {} {"No" \<< 0 CONT \>>} } Just enter this into the calculator and put it in your home directory so that the PHONE program can find it. THE OBJECT SHOULD BE NAMED "YN" so that the PHONE program can find it. In retrospect, it was foolish of me to have a separate object for such a small thing. In the near future I will post a new version with the above menu list included in the PHONE program. I apologize for the inconvenience, and I hope you will still try my program. It DOES work well. Really. >>>Joe Ervin Incidentally, you may find that the programs output looks nicer when you have the display in STD mode. That's the way I always run my machine, so I didn't think to force it in the program. I'll add this function also in the next release.