Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpfcso!rrd From: rrd@hpfcso.HP.COM (Ray Depew) Newsgroups: comp.sys.handhelds Subject: Re: RPL REM's (notes) Message-ID: <7360040@hpfcso.HP.COM> Date: 8 Jan 91 15:40:27 GMT References: <9101072029.AA606256@nike.calpoly.edu> Organization: Hewlett-Packard, Fort Collins, CO, USA Lines: 23 > I was wandering if anyone knew how to make notations in a RPL program on > the hp48sx. [...] I have resorted to using a string > followed by DROP. I was hoping to find something that was egnored during > run time. So far, << ... "comment" DROP ... >> is the only thing I've found to work. With some long programs, I prefer << ... "comment" 1 DISP ... >> so I can keep track of what's going on. The other thing that helps is to use more descriptive variable (and program) names than "Acx1" or "BB". It's more a question of programming style than anything else. > One more thing, Does anyone know the SYSEVAL address of VIEW, and can it > be run from a program???? There are other ways to do what you want to do. For grobs, { } PVIEW or {#0 #0} PVIEW works well. For algebraics, 0 ->GROB { } PVIEW does the trick. There are workarounds for other object types, too. Not exactly what you were looking for, but a place to start... Regards Ray rrd@hpfitst1.hp.com