home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!math.fu-berlin.de!zrz.tu-berlin.de!cs.tu-berlin.de!veit
- From: veit@opal.cs.tu-berlin.de (Veit Zimmermann)
- Subject: Re: Functions and Procedures as Parameters
- Message-ID: <1992Jul21.204638.2340@cs.tu-berlin.de>
- Sender: news@cs.tu-berlin.de
- Organization: Techn. University of Berlin, Germany
- References: <BrpxpG.351@ux1.cso.uiuc.edu>
- Distribution: fb20
- Date: Tue, 21 Jul 1992 20:46:38 GMT
- Lines: 16
-
- Hi again
-
- I forgot telling you that it is absolutly nenecessary to do the Functioncall
- by FarCall by setting the compiler switch
- {$F+}
- FUNCTION TrueTest(..):..;
- {$F-}
- BEGIN
- ...
- END;
-
- Hope that's all you need..:)
-
- CIAO
- veit
-
-