Path: utzoo!utgpu!water!watmath!clyde!att!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!rj0z+ From: rj0z+@andrew.cmu.edu (Robert George Johnston, Jr.) Newsgroups: comp.sys.mac.programmer Subject: Re: OpenDriver, CloseDriver with HyperCard Message-ID: Date: 24 Oct 88 14:02:56 GMT Organization: Carnegie Mellon Lines: 10 I believe that OpenDriver, when called, will not re-initialize a device if it is already opened. At least, the driver should have been written to only open one. You should leave it open if you are planning on calling your routine that opens and closes it often, and write a small routine that just closes it. The close routine could be called from the program, when it knows that its done with the driver. Rob Johnston.