Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!mips!apple!olivea!mintaka!bloom-beacon!eru!hagbard!sunic!news.funet.fi!funic!santra!taltta.hut.fi!s37775d From: s37775d@taltta.hut.fi (Pandy (A. Holmberg)) Newsgroups: comp.sys.handhelds Subject: Re: A little problem for a HP48sx Message-ID: <1990Oct22.075116.10503@santra.uucp> Date: 22 Oct 90 07:51:16 GMT References: <2A7CD53A451F00CC7F@vms2.uni-c.dk> <4064@tellab5.tellabs.com> Sender: news@santra.uucp (Cnews - USENET news system) Reply-To: s37775d@taltta.hut.fi (Pandy (A. Holmberg)) Organization: Helsinki University of Technology, FINLAND Lines: 15 From: Pandy Holmberg (pandy@otax.hut.fi) Here is a handy program that makes it very easy to turn the sound on and off on your hp28. It is called Beep? so you can store it under that name. If you run it when the beeper is turned off, it turns the beeper on and displays a message 'Beeper ON'. If you run it when the beeper is turned on it turns it off and displays a similar message. << RCLF # 1125899906842624d XOR STOF 51 FS? 1 == R #### Beeper OFF ####S R #### Beeper ON ####S IFTE 4 DISP 1 WAIT CLMF >>