Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!njin!princeton!phoenix!englandr From: englandr@phoenix.Princeton.EDU (Scott Englander) Newsgroups: comp.sys.mac.hypercard Subject: Re: help with choose command Summary: use the DO command Message-ID: <9733@phoenix.Princeton.EDU> Date: 3 Aug 89 04:32:28 GMT References: Reply-To: englandr@phoenix.Princeton.EDU (Scott Englander) Organization: Princeton University, NJ Lines: 19 In article murray@andromeda (Murray Karstadt) writes: > > I want to use the choose command with info read from a field. Something > like: > > choose field 1 tool You need to use the "do" command. First assemble your command string. Then "do" the string: put "choose " & field 1 && "tool" into cmdstr do cmdstr I tried it and it works! BTW, you won't be able to do this from the message box. -- - Scott