home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19171 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.2 KB

  1. Path: sparky!uunet!ogicse!news.u.washington.edu!milton.u.washington.edu!sweather
  2. From: sweather@milton.u.washington.edu (Steve Weatherford)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: AREXX function call/modularity problems
  5. Message-ID: <1k1ns4INNbdg@shelley.u.washington.edu>
  6. Date: 25 Jan 93 21:59:32 GMT
  7. Article-I.D.: shelley.1k1ns4INNbdg
  8. Sender: sweather@milton.u.washington.edu
  9. Organization: University of Washington, Seattle
  10. Lines: 34
  11. NNTP-Posting-Host: milton.u.washington.edu
  12.  
  13.  
  14. Help!
  15.  
  16. I am having some trouble with AREXX function calls. 
  17.  
  18.  
  19. When I issue the call:
  20.  
  21. fn=TMPFNALLOC("temp_file")
  22.  
  23. I get an error "Requested library not found" even though I have the
  24. function defined later on in the file. Like this:
  25.  
  26. TMPFNALLOC: PROCEDURE EXPOSE X
  27.  
  28. etc...etc...etc
  29. What to do?
  30.  
  31.  
  32.  
  33.  
  34.  
  35. On a similar but seperate note:
  36.  
  37. I have had a heck of a time learning how to write modular Arexx
  38. code-it seems like sometimes it finds my libraries and sometimes it does not.
  39. What could I be doing wrong?  Even when all my library directories show up
  40. when I type 'rx "say show('l')" I sometimes still get "Requested Library not
  41. found.  Im running WB 38.12.
  42.  
  43. Any help would be greatly appreciated.  I can be reached at:
  44. sweather@milton.u.washington.edu
  45.  
  46. Am I the only one having these problems?
  47.