On Monday, June 3, 2002, at 03:46 , Manuel Companys wrote:
>> At 9:21 PM +0200 6/1/02, meili wrote: >>> Why is it not possible to exit the following repeat-forever-handler by >>> using the mouseclick-function? > > More genrally, what are the Transcript equivalents for HyperTalk > "exit repeat" and "exit if". Manuel The Transcript equivalent of "exit repeat" is ... "exit repeat". :-) "exit if" is not something I knew existed in HyperCard, and certainly never needed. If you have nested if...else... statements which are deep enough to need an exit, see if "switch...case..." works better for you. The "break" statement in there will do the trick. regards David > > I am an old HyperCard user but a brand new Rev user ... and the "help" > is not always easy to use. [for instance I can't find the > "encyclop�dia" any > more :-(( ] > > Thankyou for helping. > > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
