Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 2 of 2

Thread: Changing CurrentSubjectInfo file

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    2

    Accessing CurrentSubjectInfo file

    I'm running a Java program through MediaLab, and while I've been able to figure this part out and get it to run, it's not saving my data the way I would like and I know it's because I haven't been able to figure out how to give this program access to the CurrentSubjectInfo file. Unfortunately, while I know the Visual Basic code to do this:


    Open "c:\medialab\currentsubjectinfo.txt" For Input As #1
    Input #1, subject: subject = Mid(subject, 11, Len(subject) - 10)
    Input #1, condition: condition = Mid(condition, 11, Len(condition) - 10)
    Close #1


    I don't quite know what to do WITH it. Where do I run this, exactly?


    Thank you so much,
    Shannon
    Last edited by scalla; 06-03-2010 at 03:54 PM.

Similar Threads

  1. Changing background color for different questionnaires
    By lisa7174 in forum MediaLab Older Versions: How Do I...
    Replies: 2
    Last Post: 10-14-2023, 01:56 AM
  2. Changing the Screen Size / Resolution
    By Trevor Newell in forum DirectRT Older Versions: How Do I...
    Replies: 2
    Last Post: 10-07-2009, 10:14 AM
  3. changing file paths
    By dgprocess in forum MediaLab Older Versions: How Do I...
    Replies: 8
    Last Post: 07-10-2009, 03:33 PM
  4. Background colour preference - changing default
    By sheavesbc in forum MediaLab Older Versions: Troubleshooting
    Replies: 2
    Last Post: 02-06-2008, 12:09 PM
  5. changing features of Participant's represented response
    By baruche in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 05-01-2006, 11:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •