Path: utzoo!utgpu!water!watmath!clyde!att!ucbvax!ucsd!ucsdhub!sdsu!armond From: armond@sdsu.UUCP (Armond Mehrabian) Newsgroups: comp.sys.mac.hypercard Subject: Re: "Too Much Recursion"? Keywords: Recursion, Go To Card Message-ID: <3071@sdsu.UUCP> Date: 12 Jul 88 15:53:23 GMT References: <3064@sdsu.UUCP> <452@pedro.UUCP> Organization: San Diego State University, Math/Sciences Dept. Lines: 14 In article <452@pedro.UUCP>, benjamin_kuo@pedro.UUCP (Benjamin Kuo) writes: > > > Something is trying to create an infinite loop... The best way to get through > this is to trace your program execution... Back to the problem. Is there any difficulty in having a "goto card #" in the script for a card. What is happening is tha I'm trying to simply go between two cards, if I do it in a buton it works o.k., but if I do it in the the script for a card, it will work three times back and forth, then "to much recursion". Does "goto" close the card when it goes to another card, or does it just wait for me to "exit" from the called card. Thank you in advance.