Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!helios.ee.lbl.gov!pasteur!ucbvax!hplabs!hpfcso!hpfcdq!del From: del@hpfcdq.HP.COM (David Larson) Newsgroups: comp.sys.hp Subject: Re: Difference between ANSI GKS and HP GKS Message-ID: <350020@hpfcdq.HP.COM> Date: 11 Dec 89 20:20:20 GMT References: <349@aeshq.UUCP> Organization: Hewlett-Packard - Fort Collins, CO Lines: 21 > i find: > > $alias giitm='giitm'(%val,%val,%val,%ref) > > What is or where do i look for the other parameter? You are correct that the ANSI GKS Functional Specification does describe INTERPRET ITEM with 3 parameters (page 143). However, one of those parameters is a data record. In the ANSI GKS Fortran binding (X3.124.1) on page 60, the Fortran binding for INTERPRET ITEM is given. The bound version does in fact have 4 parameters: INTEGER TYPE Item type INTEGER IDRL Item data record length INTEGER LDR Dimension of data record array CHARACTER*80 DATAREC(LDR) Dave Larson