Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!jpl-devvax!beowulf!dmittman From: dmittman@beowulf.JPL.NASA.GOV (David Mittman) Newsgroups: comp.sys.mac.hypercard Subject: sharedText Shenanigans Message-ID: <10603@jpl-devvax.JPL.NASA.GOV> Date: 30 Nov 90 18:31:24 GMT Sender: news@jpl-devvax.JPL.NASA.GOV Reply-To: dmittman@beowulf.JPL.NASA.GOV (David Mittman) Organization: Jet Propulsion Laboratory, Pasadena, CA. Lines: 16 I am working with a stack of cards which has a background field of keywords. I am using the sharedText portion of the field for a list of all currently defined keywords, and the non-sharedText portion of the field for the keywords being used on a particular card. I can get either field contents by doing something like: set the sharedText of bg fld "Keyword" to true get bg fld "Keyword" I would like to be able to get the contents of the sharedText=true portion of the field without actually changing the sharedText attribute. If this were possible, I wouldn't have to go through the trouble of locking the screen during the change. Any ideas? - David Mittman DMittman@Beowulf.JPL.NASA.GOV