<div>Hello,</div>
<div>I think the problem is that you write "End if" just before "Else". If you want to use "If.. then.. else"-statements, it should probably look something like this:</div>
<div> </div>
<div>If strHit = "EndObject" Then<br>   c.SetAttrib "OverallRT", Clock.Read - lnStartTime<br>   Goto EndInput<br>ElseIf strHit = "Image3" Then<br>   Goto RedoTrial<br>End If</div>
<div> </div>
<div>I hope this helps.</div>
<div>Kind regards,</div>
<div>Helen.<br> </div><br><br>
<div><span class="gmail_quote">On 3/12/08, <b class="gmail_sendername">malo</b> <<a href="mailto:debonimalorie@gmail.com">debonimalorie@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Hello,<br><br><br>I'm trying to write an in line object but it doesn't work<br>Here is the part of in line that must be wrong: in fact I want to<br>
implement a button for replacing the object at the initial place (goto<br>RedoTrial) and another "end" button to go to the record the response<br>and go to the next trial.<br><br>If strHit = "EndObject" Then<br>
c.SetAttrib "OverallRT", Clock.Read - lnStartTime<br>Goto EndInput<br>End If<br><br>Else<br><br>If strHit = "Image3" Then<br>Goto RedoTrial<br>End If<br><br><br>Can you help me?<br><br><br><br clear="all"><br>-- <br>"I had a beautiful signature in those days, intricate, oriental, illegible, with a mighty slashing underscore, a signature more complex than that of the great Hackmuth." <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>