Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ukma!aunro!alberta!herald.usask.ca!ccu.umanitoba.ca!burchil From: burchil@ccu.umanitoba.ca (Charles Andrew Burchill) Newsgroups: comp.sys.mac.hypercard Subject: Re: Scripting from scripts Message-ID: <1991Jun19.201346.3477@ccu.umanitoba.ca> Date: 19 Jun 91 20:13:46 GMT References: Distribution: comp.sys.mac.hypercard Organization: University of Manitoba, Winnipeg, Canada Lines: 20 In aleskine@cs.hut.fi (Arto Leskinen) writes: >How can I write scripts in to stack script from within script. For example >I have something like this: > Ask "Where to go" > DoLink(it) >... >Can I write something like Put "Goto stack "&it into Stack Script >aleskine@saha.hut.fi The simple answer is yes you can added information to the stack script. The method that you used will erase all of the information in the stack script though. Remeber you have to include function, or handler headings. If you want to keep information in the stack script try. Put ... after last char of stack script or Put "..." after line ? of stack script I have no idea what you are trying to do so that is all I can offer. If you have more questions please wire me. Charles. >arto leskinen