HC to R question

Jim Hurley jhurley at infostations.com
Sat Aug 23 10:47:00 EDT 2003


>
>Message: 17
>Date: Sat, 23 Aug 2003 08:18:48 -0600
>From: "Dale Pond" <dalesvp at qwest.net>
>To: "Revolution" <use-revolution at lists.runrev.com>
>Subject: HC to R question
>Reply-To: use-revolution at lists.runrev.com
>
>Hi,
>
>I finally bit the bullet and purchased a copy of Revolution to convert
>my HC stacks. I'm having trouble with a simple repeat loop:
>
>   -- visit each card
>   repeat with x = 3 to the number of cards
>     go to card x
>     if field "Card Name" <> empty
>     then put (field "Card Name") & ";" && the ID of this card & return
>after index1
>   end repeat
>
>This returns an error "Handler: end doesn't match handler name". Makes
>no sense to me and I can't find anything wrong with the script. Can
>someone help me out with this?
>

My specialty is the simple-minded solution. Forgive me, but did you 
check the spelling of the handler in which the above repeat loop is 
included--or perhaps other handlers in the same script? There 
certainly doesn't appear to be anything wrong with the repeat loop 
itself.

Jim



More information about the use-livecode mailing list