home *** CD-ROM | disk | FTP | other *** search
- From: wayne@hpfcso.FC.HP.COM (Wayne Covington)
- Date: Wed, 18 Nov 1992 18:49:43 GMT
- Subject: Re: trying to use ioresult in HP-UX Pascal...
- Message-ID: <9110034@hpfcso.FC.HP.COM>
- Organization: Hewlett-Packard, Fort Collins, CO, USA
- Path: sparky!uunet!wupost!sdd.hp.com!hpscit.sc.hp.com!scd.hp.com!hpscdm!hplextra!hpfcso!wayne
- Newsgroups: comp.lang.pascal
- References: <HEMSTREE.92Nov17060426@lamar.lamar.acns.colostate.edu>
- Lines: 22
-
- hemstree@lamar.acns.colostate.edu (Charles Hemstreet) writes in part:
-
- > I am using the following program out of the HP manual and I can't seem
- > to get it to work...
-
- > [ sample program trying to use ioresult in HP Pascal deleted ]
-
- > How do I enable this language extension?
-
- Include the following declaration:
-
- var ioresult['asm_ioresult'] : integer;
-
- Also include the compiler option:
-
- $STANDARD_LEVEL 'HP_MODCAL'$ (if you're using HP-UX release 6.0 or later)
-
- or $SYSPROG ON$ (if you have a pre-6.0 release)
-
- to enable try/recover/escapecode.
-
- Wayne
-