<div dir="ltr">Hi to everyone,<div><br></div><div>I am using E-Prime 1. I am now preparing a Go/NoGo paradigm. I have a problem about the triggering of the No/Go response on the inline file. I have three response conditions: response with left hand ("s"); response with right hand ("l"); NO response. I did not have problem to trigger the two Go responses (letter "s" and "l") but the software is closing and segnaling an error when I did not make a response. I have to find the way to triggering a NO response.</div><div><br></div><div>I tried a lot of different combinations, one is the following:</div><div><br></div><div><div>if TResp.Responses(TResp.Responses.count).resp= "s" then</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>Trisp=1 </div><div>elseif TResp.Responses(TResp.Responses.count).resp= "l" then</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>Trisp=2</div><div><span style="background-color: rgb(255, 255, 0);">elseif TResp.Responses(TResp.Responses.count).resp= "void" then</span></div><div><span style="background-color: rgb(255, 255, 0);"><span class="Apple-tab-span" style="white-space: pre;">   </span>Trisp=3</span></div><div>end if</div><div><br></div><div>if Trisp = 1 then <br></div><div>writeport 888, 51</div><div>sleep 5</div><div>writeport 888, 0</div><div><br></div><div>elseif Trisp = 2 then</div><div>writeport 888, 52<br></div><div>sleep 5</div><div>writeport 888, 0</div><div><br></div><div>elseif Trisp = 3 then</div><div>writeport 888, 50<br></div><div>sleep 5</div><div>writeport 888, 0</div></div><div><br></div><div>Any suggestions?</div><div><br></div><div>Thank you a lot.</div><div><br></div><div>Enrico</div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:e-prime+unsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/836c0a8c-6e89-48ab-90fd-f31ad7a9894f%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/e-prime/836c0a8c-6e89-48ab-90fd-f31ad7a9894f%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />