Path: utzoo!utdoe!generic!pnet91!ericmcg From: ericmcg@pnet91.cts.com (Eric Mcgillicuddy) Newsgroups: comp.sys.apple2 Subject: Re: Now I have a Print Manager Problem Message-ID: <529@generic.UUCP> Date: 20 Feb 91 14:45:03 GMT Sender: root@generic.UUCP Organization: People-Net [pnet91], Etobicoke, ON Lines: 19 >MyID = GetNewID(); > >From: STEIN@UCONNVM.BITNET (Alan Stein) I'm not sure how to use Print Manager, but this line is wrong. GetNewID requires a parameter, idTag see pages 14-57 and 14-58 in reference vol. 1, also see page 12-11. try this instead: MyNewID = GetNewID(idTag); ..... dostuff(); DeleteID(idTag); enddesk(); /* or whatever */ Hopefully this will help with the bomb at least. godd luck UUCP: bkj386!pnet91!ericmcg INET: ericmcg@pnet91.cts.com