HP3000-L Archives

March 1995, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Rich Trapp <[log in to unmask]>
Date:
Tue, 28 Mar 1995 08:58:10 MST
Content-Type:
text/plain
Parts/Attachments:
text/plain (47 lines)
Dr. Ferenc Nagy asks regarding BUILDINT:
 
[snip]
 
> I have found the BUILDINT.PUB.SYS program which listed and rewrote the
> SPLINTR file but I have not found yet any documantations about it.
>
> Who knows the BULIDINT?
>                                                         Frank
>
 
Frank,
 
BUILDINT is documented (sort of) in appendix C of the SPL Manual.
The manual's exact title is "Systmes Programming Language Reference
Manual"  (HP part number is 30000-90024)
 
In case you don't have this manual; here's my summary:
The program BUILDINT.PUB.SYS;
stdin file is "INTDECL", stdlist is "OUT", intrinsic data file opened
is "SPLINTR".
 
Sample (from the manual):
:PURGE MYFILE
:BUILD MYFILE
:FILE SPLINTR=MYFILE
:RUN BUILDINT.PUB.SYS
INTEGER PROCEDURE M(A,B,C); VALUE A; INTEGER A,B;LOGICAL C;
OPTION EXTERNAL;
PROCEDURE COMP(N,M'); VALUE N,M'; DOUBLE N; REAL M';
OPTION EXTERNAL;
PROCEDURE BYT(L,M,N,O); LABEL L; PROCEDURE M; BYTE ARRAY N;
LOGICAL POINTER O; OPTION EXTERNAL;
:EOD
 
Hope this helps.
Rich
 
--
______________________________________________________________________
________ Dynamic Information Systems Corp.   |
\!DISC / Rich Trapp                          | My opinions are my own.
 \    /  OMNIDEX Product Manager - IMAGE/SQL | With any luck they're
  \  /   Phone : 303 444-4000                | correct ;-)
   \/    E-mail: [log in to unmask]                |
----------------------------------------------------------------------

ATOM RSS1 RSS2