Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!purdue!haven!uvaarpa!hudson!bessel.acc.Virginia.EDU!gl8f From: gl8f@bessel.acc.Virginia.EDU (Greg Lindahl) Newsgroups: comp.sys.atari.st Subject: rsrc_gaddr() Summary: elementary question about AES Keywords: rsrc_gaddr, AES Message-ID: <577@hudson.acc.virginia.edu> Date: 23 Sep 88 09:19:45 GMT Sender: news@hudson.acc.virginia.edu Reply-To: gl8f@bessel.acc.Virginia.EDU (Greg Lindahl) Organization: Dept. of Astronomy, University of Virginia Lines: 13 I would like to change the contents of a string in a dialogue. I know how to find the address of a tree, but not the string. Tree numbers are unique, but item numbers are not unique between trees. My documentation for rsrc_gaddr() only lists two inputs: the item number and the type: rsrc_gaddr( 0, TREE01, &adrs ); /* works as advertised */ rsrc_gaddr( 7, MYITEM, &adrs ); /* cannot be done?! */ Can some expert explain the proper way to do this? Greg Lindahl internet: gl8f@virginia.edu U Va Dept. of Astronomy bitnet: gl8f@virginia.bitnet