home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 373 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: comma.rhein.de!serpens!not-for-mail
  2. From: mlelstv@serpens.rhein.de (Michael van Elst)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Variables in startup-sequence without Ados?
  5. Date: 6 Jan 1996 23:07:25 +0100
  6. Organization: dis-
  7. Message-ID: <4cmrqt$5dl@serpens.rhein.de>
  8. References: <4cml4t$n76@news2.delphi.com>
  9. NNTP-Posting-Host: serpens.rhein.de
  10.  
  11. TAOBERLY@news.delphi.com (TAOBERLY@DELPHI.COM) writes:
  12.  
  13. >Hi, I'm not much of an Amigados programmer, but I'm trying to do a little
  14. >trick in the beginning of my startup sequence.  What I'd like to do is set
  15. >a variable at the beginning of the script _without_ using the built-in
  16. >global and local variables.  The reason I need this is rather lengthy,
  17. >but it's partly because I'm also using statram.device, and dismounting the
  18. >built-in ram disk early in the sequence.
  19.  
  20. local variables are stored in a per-process memory area and not in the RAM disk.
  21. global variables are stored in ENV: which is not necessarily the RAM disk.
  22.  
  23. I suggest that you simply use the local variables.
  24.  
  25. Regards,
  26. -- 
  27.                                 Michael van Elst
  28.  
  29. Internet: mlelstv@serpens.rhein.de
  30.                                 "A potential Snark may lurk in every tree."
  31.