Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!msriram From: msriram@tut.cis.ohio-state.edu (M G SriRam) Newsgroups: comp.sys.mac.hypercard Subject: Re: "Initialize" for HyperTalk Message-ID: <74227@tut.cis.ohio-state.edu> Date: 21 Nov 89 21:46:55 GMT References: <1827@gazette.bcm.tmc.edu> <89325.140039SAS102@PSUVM.BITNET> Reply-To: M G SriRam Organization: Ohio State University Computer and Information Science Lines: 8 Until a real initialize command shows up perhaps an idea like the following will be useful. This code (obviously!) initializes the variables temp1 through temp10 to 0. repeat with n = 1 to 10 do "put 0 into temp"&n end repeat