<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1529" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 8pt Tahoma">
<DIV>is it possible to get eprime to name the data file using a user-defined string variable, rather than the SubjectID?</DIV>
<DIV> </DIV>
<DIV>i've tried inserting this code:</DIV>
<DIV>c.DataFile.Filename = CStr(c.GetAttrib("Experiment")) & "-" & CStr(c.GetAttrib("MyOwnStringVariable")) & "-" & CStr(c.GetAttrib("Session")) & ".txt"<BR></DIV>
<DIV>and also tried with this code:</DIV>
<DIV>c.SetAttrib "Subject", c.GetAttrib("MyOwnStringVariable")</DIV>
<DIV> </DIV>
<DIV>but neither seems to work, since the data file has already been created and named by the time eprime gets around to running my own code...</DIV>
<DIV> </DIV>
<DIV>any thoughts would be appreciated.</DIV>
<DIV> </DIV>
<DIV>ben robinson</DIV></BODY></HTML>