Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cica!iuvax!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!cs290ac From: cs290ac@ux1.cso.uiuc.edu Newsgroups: comp.sys.mac.hypercard Subject: Re: Putting contents of a field to the Message-ID: <18200002@ux1.cso.uiuc.edu> Date: 13 Feb 90 05:18:00 GMT References: <77033@tut.cis.ohio-state.edu> Lines: 14 Nf-ID: #R:tut.cis.ohio-state.edu:77033:ux1.cso.uiuc.edu:18200002:000:501 Nf-From: ux1.cso.uiuc.edu!cs290ac Feb 12 23:18:00 1990 There is a way to do this through a XCMD, and a way to do it through hypercard script. I know of no XCMD that does this so, The script would look like this: select field "the field you want" domenu "copy text" It's fairly self-explanatory, the first line selects your field, and the second copies the selected text. The menu command MIGHT not actually be "copy text" (it might just be "copy") but its something like that. I doubt that a XCMD would exist since the script isn't too long. -Ron Smith