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

  1. Path: mail2news.demon.co.uk!cliffe.demon.co.uk
  2. From: Steven Chapman <steve@cliffe.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Redirecting
  5. Date: Tue, 23 Jan 96 15:31:17 GMT
  6. Message-ID: <9601231531.AA0006s@cliffe.demon.co.uk>
  7. X-NNTP-Posting-Host: cliffe.demon.co.uk
  8. X-NewsSoftware: GRn 2.1 19/2/94 (PostNews Fix 31/3/95 Martin Hunt)
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!cliffe.demon.co.uk
  13.  
  14.  
  15.  
  16. Thanks for the previous help 
  17.  
  18. What i now need is how to declare BPTR so i can use the file it opens
  19. globally thoughtout my program.
  20.  
  21. As i can only use this within the same { }.
  22.  
  23.  BPTR       fh;
  24.  
  25.  if(!(fh = Open("t:WBtest",MODE_NEWFILE)))
  26.  
  27.  
  28. Steve C.
  29.  
  30. -- 
  31. =========================================================
  32. |  Steven Chapman - steve@cliffe.demon.co.uk (Private ) |
  33. | Amiga 4000/030, Workbench 3.1, Kickstart 3, 1 Gig HD  |
  34. |          4 meg Fast Ram, 2 Meg Chip Ram.              |
  35. =========================================================
  36.  
  37.  
  38.