home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!news.u.washington.edu!milton.u.washington.edu!sweather
- From: sweather@milton.u.washington.edu (Steve Weatherford)
- Newsgroups: comp.sys.amiga.programmer
- Subject: AREXX function call/modularity problems
- Message-ID: <1k1ns4INNbdg@shelley.u.washington.edu>
- Date: 25 Jan 93 21:59:32 GMT
- Article-I.D.: shelley.1k1ns4INNbdg
- Sender: sweather@milton.u.washington.edu
- Organization: University of Washington, Seattle
- Lines: 34
- NNTP-Posting-Host: milton.u.washington.edu
-
-
- Help!
-
- I am having some trouble with AREXX function calls.
-
-
- When I issue the call:
-
- fn=TMPFNALLOC("temp_file")
-
- I get an error "Requested library not found" even though I have the
- function defined later on in the file. Like this:
-
- TMPFNALLOC: PROCEDURE EXPOSE X
-
- etc...etc...etc
- What to do?
-
-
-
-
-
- On a similar but seperate note:
-
- I have had a heck of a time learning how to write modular Arexx
- code-it seems like sometimes it finds my libraries and sometimes it does not.
- What could I be doing wrong? Even when all my library directories show up
- when I type 'rx "say show('l')" I sometimes still get "Requested Library not
- found. Im running WB 38.12.
-
- Any help would be greatly appreciated. I can be reached at:
- sweather@milton.u.washington.edu
-
- Am I the only one having these problems?
-