HC to R question

Roger.E.Eller at sealedair.com Roger.E.Eller at sealedair.com
Sat Aug 23 09:56:32 EDT 2003


> 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:

Dale,

Try it this way...
(you have to "end" the if statement, and "then" goes on the first line of 
the if statement)

-- visit each card
repeat with x = 3 to the number of cardsgo to card x
   if field "Card Name" <> empty then
      put (field "Card Name") & ";" && the ID of this card \
      & return after index1
   end if
end repeat

Roger Eller
roger.e.eller at sealedair.com




More information about the use-livecode mailing list