malo
unread,Mar 17, 2008, 9:24:49 AM3/17/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to E-Prime
Hi all,
When I run my script, I have the following message:
Run-time Error (Line 618)
91: Object variable or With block variable not set
and it is referred to this line:
If Err.Number = ebInputAccepted Then
Err.Clear
Resume EndReleaseResume
ElseIf Err.Number <> 0 Then
'NOTE: If you receive a runtime error here, it
' is because a runtime error other than ebInputAccepted
' was thrown (ebInputAccepted for catching input masks that jump).
'You are encouraged to either handle the error so that
' it is not thrown in the future or will have to set up
' your own error handler, which will also need to take
' into account for any input masks that jump.
'
'Raise the error so the default error handler will show the message
Err.Raise Err.Number
End If
EndReleaseResume:
After the stimulus, I have an inline (dohittest), a collect release
object, an inline (moveobject), a label (endrelease), an inline (jump
back), a label (EndInput) and an in line (check accuracy)
Could you give me an idea of the problem?