Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!ogicse!zephyr.ens.tek.com!orca.wv.tek.com!pogo!kevind From: kevind@pogo.WV.TEK.COM (Kevin Draz) Newsgroups: comp.lang.postscript Subject: Re: get Message-ID: <10776@pogo.WV.TEK.COM> Date: 23 Apr 91 20:17:15 GMT References: <91106.223204CXT105@psuvm.psu.edu> <1950@chinacat.Unicom.COM> <47679@ut-emx.uucp> <5675@eastapps.East.Sun.COM> Reply-To: kevind@pogo.WV.TEK.COM (Kevin Draz) Organization: Tektronix, Inc., Wilsonville, OR. Lines: 20 In article <5675@eastapps.East.Sun.COM> msf@rotary.Central.Sun.COM (Mike Fischbein) writes: >In article <47679@ut-emx.uucp> mcintosh@ccwf.cc.utexas.edu (aubrey mcintosh) writes: > >>In the preamble, this software defines a procedure using get. >>Our printer objects to get. SO I have a page of postscript that >>I can edit and print, deleting references to get. Good, but not >>close enough. >> >>What does get do? Is this perhaps in old versions of Apple's >>setup program? > The error is something like "error: undefined; offendingcommand: get", right? This means not that the get operator is not known to the interpreter, but that the index into the given composite object is invalid, i.e. unknown key for dictonary types, or element integer out of range for strings, etc. Your program is producing bad Postscript. If you read carefully, you might be able to modify the PS text to work, or contact the software publisher and inform them of the bug.