Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!uhccux!munnari.oz.au!comp.vuw.ac.nz!windy!srwmcln From: SRWMCLN@windy.dsir.govt.nz (Clive Nicolson) Newsgroups: comp.lang.postscript Subject: Re: Building A PostScript Toolset Message-ID: <653@windy.dsir.govt.nz> Date: 7 Sep 89 11:50:16 GMT References: <1989Aug30.184607.21647@agate.uucp> <1139@adobe.UUCP> Organization: DSIR Wellington, NZ Lines: 6 Your third version of the "create dictionary once" problem seems to be trying to "put" into a readonly array (procedure), you might known how to do this when the memory protection is off on one of your PostScript interpreters, but I dont know how to do it other than by something like: /procname [/READONLY .....] .... put cvx def