Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ames!pioneer.arc.nasa.gov!chu From: chu@pioneer.arc.nasa.gov (Susie Chu RCS) Newsgroups: comp.lang.postscript Subject: userdict and create dict problem Message-ID: <1991Mar13.194118.223@news.arc.nasa.gov> Date: 13 Mar 91 19:41:18 GMT Sender: usenet@news.arc.nasa.gov (USENET Administration) Reply-To: chu@pioneer.arc.nasa.gov (Susie Chu RCS) Organization: NASA Ames Res. Ctr., Mtn Vw CA 94035 Lines: 43 Hi, Dear Netter, Would somebody kind to tell me why the following .ps file got %%[ Error: undefined; OffendingCommand: p0077 ]%% when I sent it to print on a QMS 800 PostScript printer? Or tell me how can I increase the maxlength of userdict ? I have so many def that exceeds the maxlength (200) of the userdict. Any help will be much appreciated. Thanks. ---Susie Chu +++++++++++ the .ps file +++++++++++++++++++++++++++++++++++++++++ %! %--variables and procedures % Usage xscale yscale xpos ypos bPrtC /bPrtC { gsave translate scale } def % define dictionary 3 dict begin /p0077 { 12 exch 24 exch [12 0 0 -24 0 24] {<000000000000000000000000000000000000f0f0606060606660666036c0 36c036c03fc0198019801980198000000000>} imagemask grestore } bind def /p0032 { 12 exch 24 exch [12 0 0 -24 0 24] {<000000001f00318060c0e060e0606060006000c000c00180030006000c00 1800300070006020e020ffe0ffe000000000>} imagemask grestore } bind def /p007a { 12 exch 24 exch [12 0 0 -24 0 24] {<0000000000000000000000000000000000007fe0406040c0018003000600 0c00180030006020c020c060ffe000000000>} imagemask grestore } bind def currentdict end %--End of variables and procedures define 6 12 72 738 bPrtC true p0077 6 12 78 738 bPrtC true p0032 6 12 84 738 bPrtC true p007a 6 12 90 738 bPrtC true p0032 showpage ++++++++++++++ end of the .ps file++++++++++++++++++++++++++++++++:wq net address: chu@pioneer.arc.nasa.gov UUCP: {ihnp4,ucbvax,nike,lll-crg}!ames!pioneer!chu Disclaimer: NASA is in no way responsible for the content of the previous mes- sag I take full and sole responsibility.