Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!samsung!uakari.primate.wisc.edu!sdd.hp.com!hp-pcd!hpcvra.cv.hp.com!rnews!hpcvbbs!akcs.falco From: akcs.falco@hpcvbbs.UUCP (Andrey Dolgachev) Newsgroups: comp.sys.handhelds Subject: Re: Re: HP48SX Phone number manager V1.3 Keywords: program Message-ID: <27989ce7:1735.5comp.sys.handhelds;1@hpcvbbs.UUCP> Date: 19 Jan 91 19:40:08 GMT References: <19124@shlump.nac.dec.com> <72674@bu.edu.bu.edu> Lines: 10 Thanks, Joe, it's a nice program, especially since it's significantly smaller than the dbase.hp program. A suggestion for anybody who has the program is to make the YN program a local variable in the main program, then, you don't have to worry about it. Simply put \<< { "Yes" \<< 1 CONT \>> } {} {} {} {} {"No" \<< 0 CONT \>>} } \-> YN at the very front of the program and a \>> at the end. That way, you don't have to worry about seperable parts. BTW, after the documentation is stripped from the program, it's only 4k or something, so don't let the original 15k scare you.