> 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
[EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution