home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp48 / 6728 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.8 KB  |  64 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!wupost!sdd.hp.com!apollo.hp.com!hpwin052!hpqmoea!jdg
  3. From: jdg@hpqtdla.sqf.hp.com (James Gentles)
  4. Subject: Re: beginner's questions
  5. Sender: news@hpqmoea.sqf.hp.com (SQF News Admin)
  6. Message-ID: <C0DwtF.1vH@hpqmoea.sqf.hp.com>
  7. Date: Tue, 5 Jan 1993 14:12:50 GMT
  8. References: <7255370768-317456@exaib>
  9. Organization: Hewlett-Packard LTD, South Queensferry, Scotland
  10. X-Newsreader: TIN [version 1.1.3 PL7]
  11. Lines: 51
  12.  
  13. Peter Bruhn (bruhn@exaib) wrote:
  14. : I got my HP48SX two days ago and have already a number of
  15. : questions. I hope that some kind soul will answer some of them.
  16. : 1. I would like to write some functions that are available in
  17. :     all (sub)directories. But I really don't want to put these functions
  18. :     into the HOME directory. Is there some way around?
  19. Libraries are one solution, however you could also use the directory
  20. structure I employ:
  21.  
  22.                         HOME
  23.                          |
  24.                          U1
  25.                          |
  26.                          etc
  27.                          |
  28.                          U5
  29.                          |
  30.                         MAIN
  31.                ---------------------
  32.                |    |    |    |    |
  33.  
  34. U stands for Utility, and you can put the low level stuff in 1 and the higher
  35. level stuff up to as many directories as you want (I've got 5). e.g. U1
  36. contains some sysevals, U2 some time functions (Accu.clock), U5 has the PIE
  37. plotting stuff etc etc etc. Once started you just treat MAIN as if it were HOME.
  38. If you put the program << HOME U1 U2 U3 U4 U5 >> in HOME called 'M', 
  39. Then you can get to MAIN really easily. In fact UP, HOME, and MAIN are all
  40. shifted forms of the ' key. Using this it means that only things that really
  41. need to be in HOME are there.
  42. : 3. What does "HALT" in the status line mean?
  43. You have a HALTed program, press CONT to continue or KILL to remove. 
  44.  
  45. James
  46. ------------------------------------------------------------------------
  47.        I have no professional connection with Hewlett-Packard's 
  48.      calculator operations other than as a user of their products.
  49. ------------------------------------------------------------------------
  50.  Opinions expressed are my own, and are not intended to be an official
  51.            statement by Hewlett-Packard Company/Limited
  52. ------------------------------------------------------------------------
  53.   "To strive, to seek, to find, and not to yield."  Ulysses, Tennyson.
  54. ------------------------------------------------------------------------
  55. James Gentles     Hewlett Packard,  Amateur: GM4WZP
  56. Queensferry Telecoms Division QTD,    Email: jdg@hpsqf.sqf.hp.com 
  57. Station Road,   South Queensferry,   HPDESK: James Gentles / HP1400 
  58. West Lothian, Scotland,  EH30 9XR.    Phone: +44 31 331 7663, FAX: ~7488
  59. ------------------------------------------------------------------------
  60.