home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp48 / 5557 < prev    next >
Encoding:
Internet Message Format  |  1992-11-04  |  1.5 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!sol.ctr.columbia.edu!usc!sdd.hp.com!scd.hp.com!hpscdm!cupnews0.cup.hp.com!news1.boi.hp.com!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.levenson
  2. From: akcs.levenson@hpcvbbs.cv.hp.com (william j. levenson)
  3. Newsgroups: comp.sys.hp48
  4. Subject: String for ->RPL routine???
  5. Message-ID: <2af839b1.2060.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  6. Date: 4 Nov 92 21:40:03 GMT
  7. References: <1992Nov2.132951.11855@waikato.ac.nz>
  8. Lines: 21
  9.  
  10. Regarding your trouble with sys-RPL on the HP48.  I'm not sure about why
  11. you have a program object and not a string.  Your other problem regarding
  12. editing the sys-rpl string sounds familiar.
  13.  
  14. I have had similar problems when a string contains imbedded quote
  15. marks(").  In this case, the HP48 understands the "C$ xxx" or C$ $
  16. structure(where xxx is the length of the string).  This is documented
  17. briefly in the manuals.  If you edit a string that shows a C$ xxx at the
  18. very beginning (this will only show up in the editor), any addition text
  19. you add to the string must be accounted for in the C$ xxx statement.  in
  20. other words, change xxx to a number greater that or equal to the new
  21. length of the string.  Alternatevely, chenge xxx to $ and that should
  22. take the entire command line as a string.  Maybe you can use this to
  23. change the thing that the HP48 thinks is a program to a string.
  24.  
  25. Hope this helps
  26.  
  27. Bill levenson
  28.  
  29. P.S.  To this point, I have done virtually all my sys-RPL programming
  30. directly on the HP48.  The RPL library is great!
  31.