Thanks!
Best Regards,
Greg
Can I please be taken off the list?Thank youAlbertyna
ListFileName = "ListFile" & c.GetAttrib("Subject") & ".txt"
It all depends on what is most convenient for you, and what fits your
programming style.
-- David McFarlane, Professional Faultfinder
>Does c.GetAttrib("Subject") get the subject's name or the Subject
>Number (I am after the subject Number)
Subject number. Matter of fact, you cannot get the subject name at
all, unless you change the default behavior of E-Prime. Subject
number, Session, and more get controlled via the Startup Info tab of
the Experiment object properties box, and you can see how all this
works by looking at the generated code for Sub Main(), in the
sections following "StartupInfoPrompt" labels.
Hope that helps a bit,