| 
	Group: Forum MembersPosts: 78, 
    Visits: 60
 
 | 
                    
			            Hello,
 I am programming a dot-probe experiments with three different SOAs (one block per SOA). I wonder if it is possible to use a variable for the dot-onset? This I could change from block to block. So instead of assigning a fixed number as here:
 
 /stimulusframes = [1 = fixation; 30 = maske; 31 = aufwaermer.neg, aufwaermer.neg.dis; 33 = maske; 34 = dot.pic]
 I wonder how I could use a variable such as
 /stimulusframes = [1 = fixation; 30 = maske; 31 = aufwaermer.neg, aufwaermer.neg.dis; 33 = maske; values.onset = dot.pic]
 
 At the moment, I get an error message "Missing ',' or '-' before 'values.onset'."
 
 Thanks a lot for any help in advance. Jens
 
 
 |