Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!cornell!rochester!ur-tut!aisl From: aisl@ur-tut.UUCP (Larry Landry) Newsgroups: comp.sys.mac.hypercard Subject: Re: Are computed 'answer's possible? Message-ID: <820@ur-tut.UUCP> Date: 14 Jan 88 21:55:53 GMT References: <2582@sfsup.UUCP> <819@ur-tut.UUCP> Reply-To: aisl@tut.cc.rochester.edu.UUCP (Larry Landry) Organization: Univ. of Rochester Computing Center Lines: 20 I had a minor error in the script that I posted. I placed with between the replies instead of or. The script should read: on varAnswer count, question, reply1, reply2, reply3 ... put "answer" && quote & question & quote into myCommand if count > 0 then put " with " & quote & reply1 & quote after myCommand if count > 1 then put " or " & quote & reply1 & quote after myCommand if count > 2 then put " or " & quote & reply1 & quote after myCommand Sorry for the error. Larry Landry