home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp48 / 4295 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!mips!sdd.hp.com!hpscdc!hplextra!hpfcso!rrd
  2. From: rrd@hpfcso.FC.HP.COM (Ray Depew)
  3. Newsgroups: comp.sys.hp48
  4. Subject: Re: RESET function.
  5. Message-ID: <112150092@hpfcso.FC.HP.COM>
  6. Date: 17 Aug 92 20:18:25 GMT
  7. References: <wy6LoB1w164w@qed.cts.com>
  8. Organization: Hewlett-Packard, Fort Collins, CO, USA
  9. Lines: 29
  10.  
  11. In comp.sys.hp48, gabe@qed.cts.com (Gabriel Gonzalez) writes:
  12.  
  13. > Does anyone know of a programmable equivalent to the RESET function in the 
  14. > grapher of the HP48 (you know, the one that resets PICT and the coordinates 
  15. > to their default values)?  I have an idea of how to create an equivalent 
  16. > function, but I want to ask you people if you know of a function, or at 
  17. > least if you know exactly what it does (resize PICT [how?], erase PICT and 
  18. > create a new one, etc...).
  19. >  
  20. > Thanks...  Gabriel Gonzalez
  21.  
  22. Try this:
  23.  
  24.     \<< ... 
  25.         'PPAR' PURGE 
  26.         PICT PURGE 
  27.             PICT DROP 
  28.         ... \>>
  29.  
  30. The non-programmable RESET command resets PPAR to its default values, resizes 
  31. PICT to its default 131x64 size, and erases the contents of PICT.  This 
  32. little program segment does the same thing.  For more information, see "HP48
  33. Graphics," page 105 and 272.
  34.  
  35. --
  36. Regards
  37. Ray Depew
  38. Hewlett Packard Co, Fort Collins, Colorado
  39. rrd@hpfiqa.fc.hp.com
  40.