Path: utzoo!utgpu!water!watmath!clyde!att!rutgers!ucsd!ucsdhub!sdsu!armond From: armond@sdsu.UUCP (Armond Mehrabian) Newsgroups: comp.sys.mac.hypercard Subject: Re: Too Much Recursion! Where? Summary: GOTO is GOSUB Message-ID: <3140@sdsu.UUCP> Date: 6 Sep 88 18:03:25 GMT References: <3150006@vx2.NYU.EDU> Organization: San Diego State University, Math/Sciences Dept. Lines: 19 In article <3150006@vx2.NYU.EDU>, spector@vx2.NYU.EDU (David HM Spector) writes: > I keep running into a strange problem in a set of stacks I am writing, and > maybe someone out there has seen this and tell me what I am doing wrong. > >(stuff deleted) > > Any ideas, suggestions and insights would be greatly appreciated... > > Thanks, > _DHMS I ran into the same problem a while back, without any help as to what it might be. The best I could do is figure that "goto" is more like a "gosub", so to exit a card, use the "exit" statement, else you will wind yourself into a mess. Anyone who is a little more HyperTalk adept can correct me, but when I asked this same question two months ago, I got no answer but this. _dave_