home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4490 < prev    next >
Encoding:
Text File  |  1992-07-21  |  676 b   |  29 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!math.fu-berlin.de!zrz.tu-berlin.de!cs.tu-berlin.de!veit
  3. From: veit@opal.cs.tu-berlin.de (Veit Zimmermann)
  4. Subject: Re: Functions and Procedures as Parameters
  5. Message-ID: <1992Jul21.204638.2340@cs.tu-berlin.de>
  6. Sender: news@cs.tu-berlin.de
  7. Organization: Techn. University of Berlin, Germany
  8. References: <BrpxpG.351@ux1.cso.uiuc.edu>
  9. Distribution: fb20
  10. Date: Tue, 21 Jul 1992 20:46:38 GMT
  11. Lines: 16
  12.  
  13. Hi again
  14.  
  15. I forgot telling you that it is absolutly nenecessary to do the Functioncall
  16. by FarCall by setting the compiler switch 
  17. {$F+}
  18. FUNCTION TrueTest(..):..;
  19. {$F-}
  20. BEGIN
  21. ...
  22. END;
  23.  
  24. Hope that's all you need..:)
  25.  
  26.         CIAO
  27.             veit
  28.  
  29.