Path: utzoo!utgpu!water!watmath!clyde!att-cb!att-ih!alberta!ncc!uunet!husc6!mailrus!nrl-cmf!ames!claris!apple!winkler From: winkler@Apple.COM (Dan Winkler) Newsgroups: comp.sys.mac.hypercard Subject: Re: the target Message-ID: <7587@apple.Apple.Com> Date: 8 Mar 88 05:40:14 GMT References: <1011@pur-phy> Reply-To: winkler@apple.UUCP (Dan Winkler) Organization: Apple Computer, Inc. Lines: 6 The target is a function that returns the name of the current target. If the target is a field and you want its contents, then refer to the value of the target: put the target -- puts the name of the current target put the value of the target -- puts the contents of the target