this might have something to do with the placement of your label object.  make sure that the label object is on the same context level as the inline saying Goto that label.<br><br><div class="gmail_quote">On Mon, Mar 17, 2008 at 9:24 AM, malo <<a href="mailto:debonimalorie@gmail.com">debonimalorie@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi all,<br>
<br>
<br>
When I run my script, I have the following message:<br>
<br>
Run-time Error (Line 618)<br>
91: Object variable or With block variable not set<br>
<br>
and it is referred to this line:<br>
If Err.Number = ebInputAccepted Then<br>
                Err.Clear<br>
                Resume EndReleaseResume<br>
        ElseIf Err.Number <> 0 Then<br>
                'NOTE: If you receive a runtime error here, it<br>
                ' is because a runtime error other than ebInputAccepted<br>
                ' was thrown (ebInputAccepted for catching input masks that jump).<br>
                'You are encouraged to either handle the error so that<br>
                ' it is not thrown in the future or will have to set up<br>
                ' your own error handler, which will also need to take<br>
                ' into account for any input masks that jump.<br>
                '<br>
                'Raise the error so the default error handler will show the message<br>
                Err.Raise Err.Number<br>
        End If<br>
<br>
EndReleaseResume:<br>
<br>
After the stimulus, I have an inline (dohittest), a collect release<br>
object, an inline (moveobject), a label (endrelease), an inline (jump<br>
back), a label (EndInput) and an in line (check accuracy)<br>
<br>
Could you give me an idea of the problem?<br>
<br>
<br>
</blockquote></div><br><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>