problem with a summation object

Maria maria.richter.mail at googlemail.com
Thu Feb 2 11:02:06 UTC 2012


Dear everyone,

I tried to use a summation object to give feedback to experimental
subjects about their accuracy and reaction times.
I used following code:
Dim SummationAccA, SummationAccB, SummationRTA, SummationRTB as
Summation
(global variables)

Set SummationAccA = New Summation
Set SummationRTA = New Summation
Set SummationAccB = New Summation
Set SummationRTB = New Summation
(before running the list)

SummationAccA.AddObservation ReactionInterval.ACC
SummationRTA.AddObservation ReactionInterval.RT
SummationAccB.AddObservation ReactionInterval2.ACC
SummationRTB.AddObservation ReactionInterval2.RT
(ReactionInterval & Reactioninterval2 are slide objects)

By attempting to add the accuracies and reaction times following error
occurs:
"Object does not have a default value"

I used the same principle in further experiments and there it worked.
I hope there is just a simple mistake, thanks for answers,
best regards,
Max

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



More information about the Eprime mailing list