<DIV>you mised a "end if"</DIV>
<DIV> </DIV>
<DIV>acturally you do not need ContinueLabel1</DIV>
<DIV> </DIV>
<DIV>just </DIV>
<DIV> </DIV>
<DIV>If SlideTarget.RESP = "rp" Then </DIV>
<DIV>    Goto RepeatLabel1 </DIV>
<DIV>end if</DIV>
<DIV> </DIV>
<DIV>if not, of course it will continue. </DIV>
<DIV>but I am not sure Eprime can get two response "r p" together. how about </DIV>
<DIV> SlideTarget.RESP = "r" or SlideTarget.RESP = "p" ?</DIV>
<DIV><BR>--<BR>
<DIV>Chunhui Chen</DIV>
<DIV>______________</DIV>
<DIV> </DIV>
<DIV>Beijing Normal University</DIV>
<DIV>&</DIV>
<DIV>University of California, Irvine</DIV></DIV><BR>ÔÚ2007-12-05£¬Kyna <kfasnach@mail.usf.edu> Ð´µÀ£º<BR>
<BLOCKQUOTE id=isReplyContent style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><PRE>Hi all. Below is an inline script I am trying to write in order to
replay a stimulus item if needed. I have a label (RepeatLabel1)
inserted above the stimulus item and another label (ContinueLabel1)
after the inline script for a repeat. Here is the inline script:

If SlideTarget.RESP = "rp" Then Goto RepeatLabel1
Else Goto ContinueLabel1

But I get an error saying

Encountered: Else
Expecting: End Sub

Can someone lend a hand?
Thanks!!

Kyna

</PRE></BLOCKQUOTE<br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group. <br> To post to this group, send email to e-prime@googlegroups.com <br> To unsubscribe from this group, send email to e-prime-unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/e-prime?hl=en <br> -~----------~----~----~----~------~----~------~--~---<br>
<br>