Path: utzoo!attcan!uunet!cs.utexas.edu!yale!quasi-eli!cs.yale.edu!tarr-michael From: tarr-michael@CS.Yale.EDU (michael tarr) Newsgroups: comp.sys.mac.programmer Subject: Handle type for writing out new resources Message-ID: <25507@cs.yale.edu> Date: 3 Jul 90 21:22:37 GMT Sender: news@cs.yale.edu Reply-To: tarr-michael@CS.Yale.EDU (michael tarr) Organization: Department of Psychology, Yale University Lines: 7 In Think C 4.0 we want to store some data in a file's resource fork. IM says to use AddResource which requires a handle to the data to be stored. How do I set a string to be pointed to by the Apple type Handle so I can pass it to this function? tarr@cs.yale.edu