Not really. let me elaborate a bit
every trial has a minmax value of 0-80! in every trial there are a few stimuli. a few have an RT value of 80, i.e. they are displayed for 80ms, and after those there are a few with an RT:any value. i.e. they appear for either 80ms (because of the minmax value) or until a button is pressed - whatever comes first. once a button is pressed i want to recrod the time and all that happens afterwards in not important for me.
What i get in the log file is a row only for the stimuli that have a 'RT:any' value.
and they are usually something like 81, 81, 81, 32. which means that three stimuli passed without a press of a button and then there was a press.
in the 'time n' columns I get times for both the RT:80 stimuli and the RT:any and they are usually 33,33,33 for the 'RT:80' stimuli, then '100','100','100','42' for the 'RT:any' stimuli
so it seems that the stimuili was on screen a time different than the one I have set. i can live with that as long as I can compute the time from the first 'RT:any' stimulus until the press of the button. But there is some contracdiction between the 'RT' column and the 'time n' columns
I hope this is understandable
thanks.